Beispiel #1
0
 public DonationsMManager(IUnitOfWork uow)
 {
     this.donationrepo = uow.GetDonationsMRepository();
 }