예제 #1
0
 public BodegaService(IBodegaRepository repository)
 {
     this.repository = repository;
 }
예제 #2
0
 public DataService(IBodegaRepository bodega, INotificacionService notificacionService, ILogService logService)
 {
     _bodega              = bodega;
     _logService          = logService;
     _notificacionService = notificacionService;
 }