Пример #1
0
 public Treatment FindByID(int ID)
 {
     // Add specific business logic here
     return(_treatmentRepository.FindByID(ID));
 }