Exemplo n.º 1
0
 public NotificationUserCEN(INotificationUserCAD _INotificationUserCAD)
 {
     this._INotificationUserCAD = _INotificationUserCAD;
 }
Exemplo n.º 2
0
 public NotificationUserCEN()
 {
     this._INotificationUserCAD = new NotificationUserCAD();
 }