コード例 #1
0
 public IList <User> GetAll()
 {
     return(User.FindAll());
 }