コード例 #1
0
 public IEnumerable <User> GetList()
 {
     return(UsersDAO.GetList());
 }