コード例 #1
0
 public string GetActiveUserIdByEmail(string email)
 {
     return(AppUserRepository.GetActiveUserIdByEmail(email));
 }