コード例 #1
0
ファイル: UserBl.cs プロジェクト: niceplayer454/cfi
 public List <User> GetUserAll()
 {
     return(UserDa.GetUserAll());
 }