Пример #1
0
 //IDonationRepository repo1 = null;
 /// <summary>
 /// Parametized Constructor
 /// </summary>
 /// <param name="uw"></param>
 public UserManager1(IUnitOfWork uw)
 {
     repo = uw.getUserRepository();
     //repo1 = uw.getDonationRepository();
 }