Ejemplo n.º 1
0
 /// <summary>
 /// Default Constructor for the Mapper
 /// </summary>
 /// <remarks>Creates depend mappers</remarks>
 public AdmittanceMapper()
 {
     this.patientMapper   = new PatientMapper();
     this.staffMapper     = new StaffMapper();
     this.complaintMapper = new ComplaintMapper();
     this.testMapper      = new TestMapper();
 }