コード例 #1
0
ファイル: AuthUserLogic.cs プロジェクト: ezbrz/xt_net_web
 public IEnumerable <AuthUser> GetAll()
 {
     return(_authUserDAO.GetAll());
 }