Beispiel #1
0
 /// <summary>
 /// Parametrized constructor to inject the reference object implicitly
 /// M.S.Prakash
 /// </summary>
 /// <param name="uow"></param>
 public UserLevelManager(IUnitOfWork uow)
 {
     repo = uow.GetUserRepo();
 }