Example #1
0
 public List <Organization> GetAll()
 {
     return(_organizationGetway.GetAll());
 }
Example #2
0
 public IEnumerable <Organization> GetAll()
 {
     return(_organizationGetway.GetAll());
 }