コード例 #1
0
 public NotificacionesHub()
 {
     _repoNotificaciones = new NotificacionesRepository();
     _clienteRepository = new ClienteRepository();
 }
コード例 #2
0
 public NotificacionesController()
 {
     _repoNotificaciones = new NotificacionesRepository();
 }