Example #1
0
 public DonorsManager(IUnitOfWork uw)
 {
     repo = uw.getDonorRepository();
 }