Example #1
0
 public ClinicTable GetById(int id)
 {
     return(_repo.GetById(id));
 }