示例#1
0
 public UserMManager(IUnitOfWork uow)
 {
     this.repository = uow.GetUserMRepository();
 }