Exemple #1
0
 public List <Visit> GetUserVisitsHistoryByID(int id)
 {
     return(Repository.GetUserVisitsHistoryByID(id));
 }