Advertisement
VodVas

CleanCode_ExampleTask15.cs

Dec 18th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | Music | 0 0
  1. public class Data
  2. {
  3. }
  4.  
  5. public class GunShooter
  6. {
  7. }
  8.  
  9. public class Follower
  10. {
  11. }
  12.  
  13. public class Unit
  14. {
  15. }
  16.  
  17. public class UnitRepository
  18. {
  19.     public IReadOnlyCollection<Unit> Units { get; private set; }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement