Example #1
0
 public IEnumerable <ClinicTable> GetAll()
 {
     return(_repo.GetAll());
 }