Beispiel #1
0
 public BrotherManager(IBrotherRepository brotherRepository)
 {
     _brotherRepository = brotherRepository;
 }
Beispiel #2
0
 public BrotherManager()
 {
     _brotherRepository = new BrotherRepository();
 }