Exemplo n.º 1
0
 public InpatientCareService(Physitian loggedPhysitian)
 {
     this.loggedPhysitian          = loggedPhysitian;
     this.roomBedTypeRepository    = new RoomBedTypeFileSystem();
     this.inpatientCareRepository  = new InpatientCareFileSystem();
     this.bedReservationRepository = new BedReservationFileSystem();
     this.roomRepository           = new RoomFileSystem();
 }
 public RoomAvailabilityService()
 {
     this.appointmentRepository    = new AppointmentFileSystem();
     this.renovationRepository     = new RenovationFileSystem();
     this.bedReservationRepository = new BedReservationFileSystem();
 }