示例#1
0
 public List <User> ListAllUsers()
 {
     return(Repository.ListAllUsers());
 }