コード例 #1
0
 public IEnumerable <Usertbl> GetAllUsers(Usertbl ls)
 {
     return(objDA.UsersAll(1, ls));
 }