示例#1
0
 public IEnumerable <PhoneUser> Get()
 {
     return(repository.GetAllUsers());
 }