Exemplo n.º 1
0
 public UsuarioService(UserManager <UsuarioEntity> userManager, RoleManager <IdentityRole> roleManager, IConfiguration configuration, IARBRepository _ARBRepository, IMapper _mapper)
 {
     this.userManager   = userManager;
     this.roleManager   = roleManager;
     this.configuration = configuration;
     this.ARBRepository = _ARBRepository;
     this.mapper        = _mapper;
 }
 public DestinatarioService(IARBRepository _ARBRepository, IMapper _mapper)
 {
     this.ARBRepository = _ARBRepository;
     this.mapper        = _mapper;
 }
 public SolicitudUbicacionService(IARBRepository _ARBRepository, IMapper _mapper, IConfiguration configuration)
 {
     this.ARBRepository = _ARBRepository;
     this.mapper        = _mapper;
     this.configuration = configuration;
 }
Exemplo n.º 4
0
 public RepartidorService(IARBRepository _ARBRepository, IMapper _mapper)
 {
     this.ARBRepository = _ARBRepository;
     this.mapper        = _mapper;
 }
Exemplo n.º 5
0
 public PedidoService(IARBRepository _ARBRepository, IMapper _mapper)
 {
     this.ARBRepository = _ARBRepository;
     this.mapper        = _mapper;
 }