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