示例#1
0
 public NotificacionesCEN(INotificacionesCAD _INotificacionesCAD)
 {
     this._INotificacionesCAD = _INotificacionesCAD;
 }
示例#2
0
 public NotificacionesCEN()
 {
     this._INotificacionesCAD = new NotificacionesCAD();
 }