public BaseService(BemPromotoraContext context) { this.Context = context; }
public HomeController(UserServices userService, BemPromotoraContext context) { _context = context; _service = userService; }
public AuthService(BemPromotoraContext context) : base(context) { }
public ClienteService(BemPromotoraContext context) : base(context) { }
public UserServices(BemPromotoraContext context) { _context = context; }
public PropostaService(BemPromotoraContext context) : base(context) { }