コード例 #1
0
ファイル: UserService.cs プロジェクト: zhao286/StudyWebAPI
 public User GetByID(int id)
 {
     return(_userRepository.GetByID(id));
 }