示例#1
0
 public UserSM GetUserById(string id)
 {
     return(_usersData.GetUserById(id));
 }