Beispiel #1
0
 public RutaServices(WaterSolutionDBContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public CargoServices(WaterSolutionDBContext context)
 {
     _context = context;
 }
 public PermisoRoleServices(WaterSolutionDBContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public MaterialServices(WaterSolutionDBContext context)
 {
     _context = context;
 }
 public CotizacioneServices(WaterSolutionDBContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public ClienteService(WaterSolutionDBContext context, IConfiguration configuration, IMapper mapper)
 {
     _context          = context;
     _connectionString = configuration.GetConnectionString("DefaultConnectionString");
     _mapper           = mapper;
 }
 public UsuarioServices(WaterSolutionDBContext context)
 {
     _context = context;
 }
 public SeccioneServices(WaterSolutionDBContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public DetalleCotizacionService(WaterSolutionDBContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public RoleServices(WaterSolutionDBContext contex)
 {
     _context = contex;
 }
Beispiel #11
0
 public DepartamentoServices(WaterSolutionDBContext context)
 {
     _context = context;
 }