Ejemplo n.º 1
0
 public List <Institute> GetOpenInstitutes()
 {
     return(repository.GetOpenInstitutes().Result);
 }