コード例 #1
0
 public async Task <IEnumerable <User> > GetUsers(string Code = "")
 {
     return(await _IUserServer.Users(Code));
 }