Beispiel #1
0
 public EventoGratisCEN(IEventoGratisCAD _IEventoGratisCAD)
 {
     this._IEventoGratisCAD = _IEventoGratisCAD;
 }
Beispiel #2
0
 public EventoGratisCEN()
 {
     this._IEventoGratisCAD = new EventoGratisCAD();
 }