Example #1
0
 public List <User> ListStaff()
 {
     return(Repository.ListStaff());
 }