Exemplo n.º 1
0
 public NotificacionesCEN(INotificacionesCAD _INotificacionesCAD)
 {
     this._INotificacionesCAD = _INotificacionesCAD;
 }
Exemplo n.º 2
0
 public NotificacionesCEN()
 {
     this._INotificacionesCAD = new NotificacionesCAD();
 }