コード例 #1
0
ファイル: UserBL.cs プロジェクト: Bathri021/Book_Shoppe-Main
 public User GetUserByID(int id)
 {
     return(IUserRepos.GetUserByID(id));
 }