コード例 #1
0
ファイル: AuthService.cs プロジェクト: McCraigJ/CJ.Exp
 public UserSM GetUserById(string id)
 {
     return(_usersData.GetUserById(id));
 }