Exemplo n.º 1
0
 public IMAppointmentCEN(IIMAppointmentCAD _IIMAppointmentCAD)
 {
     this._IIMAppointmentCAD = _IIMAppointmentCAD;
 }
Exemplo n.º 2
0
 public IMAppointmentCEN()
 {
     this._IIMAppointmentCAD = new IMAppointmentCAD();
 }