Beispiel #1
0
 public CarePlanTemplateCEN(ICarePlanTemplateCAD _ICarePlanTemplateCAD)
 {
     this._ICarePlanTemplateCAD = _ICarePlanTemplateCAD;
 }
Beispiel #2
0
 public CarePlanTemplateCEN()
 {
     this._ICarePlanTemplateCAD = new CarePlanTemplateCAD();
 }