예제 #1
0
 protected ImanagingBlocking(int userId, SarahaContext context)
 {
     UserId  = userId;
     Context = context;
 }
예제 #2
0
 public UserRepo(SarahaContext context, ValidateUser validateUser)
 {
     _context      = context;
     _validateUser = validateUser;
 }