Exemplo n.º 1
0
 public TherapyService(Repository.IRepo <Model.Therapy> repo)
 {
     therapyRepository = repo;
 }
 public DynamicEquipmentService(Repository.IRepo <Model.DynamicEquipment> repo)
 {
     dynamicEquipmentRepository = repo;
 }
 public InstructionsForHospitalTreatmentService(Repository.IRepo <Model.InstructionsForHospitalTreatment> repo)
 {
     instructionsRepository = repo;
 }