예제 #1
0
 public bool IsExistsUser(string userId)
 {
     return(service.IsExistsUser(userId));
 }