コード例 #1
0
 public BrotherManager(IBrotherRepository brotherRepository)
 {
     _brotherRepository = brotherRepository;
 }
コード例 #2
0
 public BrotherManager()
 {
     _brotherRepository = new BrotherRepository();
 }