Ejemplo n.º 1
0
 public NotificacionesHub()
 {
     _repoNotificaciones = new NotificacionesRepository();
     _clienteRepository  = new ClienteRepository();
 }
 public NotificacionesController()
 {
     _repoNotificaciones = new NotificacionesRepository();
 }