Example #1
0
 public int Add(ClinicTable entity)
 {
     return(_repo.Add(entity));
 }