示例#1
0
 public DonorManager(IUnitOfWork uow)
 {
     this.DonorRepo = uow.DonorRepository();
 }