Esempio n. 1
0
 //Get Organization
 public List <Organization> GetAllOrganizations()
 {
     return(_examRepository.GetAllOrganizations());
 }