Exemple #1
0
 public VisitType GetVisitTypeByID(int id)
 {
     return(Repository.GetVisitTypeByID(id));
 }