Exemplo n.º 1
0
 public UserMManager(IUnitOfWork uow)
 {
     this.repository = uow.GetUserMRepository();
 }