예제 #1
0
 public AmigoService(EmprestimosContext context, NotificationContext notification, IEntityValidator entityValidator, IMapper mapper)
 {
     _context         = context;
     _notification    = notification;
     _entityValidator = entityValidator;
     _mapper          = mapper;
 }
예제 #2
0
 public AutenticacaoService(EmprestimosContext context, NotificationContext notification, IJwtConfig jwtConfig)
 {
     _context      = context;
     _notification = notification;
     _jwtConfig    = jwtConfig;
 }