Exemplo n.º 1
0
 public DonorManager(IUnitOfWork uow)
 {
     this.DonorRepo = uow.DonorRepository();
 }