Ejemplo n.º 1
0
 public IList <Org> GetAll()
 {
     return(_repository.LoadOrgs().ToList());
 }