示例#1
0
 public bool CheckAdminUserExist(string email)
 {
     return(_AdminUserRepository.GetAdminUserByEmail(email) != null);
 }