Esempio n. 1
0
 public List <User> List()
 {
     return(_userRepository.List());
 }