コード例 #1
0
ファイル: User_BL.cs プロジェクト: hodayaf01/finalProject
 public User Get()
 {
     return(_User_DAL.Get());
 }