Exemplo n.º 1
0
 public UserController(CretovaleContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 2
0
 protected ApiController(CretovaleContext dbContext)
 {
     DbContext = dbContext;
     DbSet     = dbContext.Set <T>();
 }
Exemplo n.º 3
0
 public ConfigController(CretovaleContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 4
0
 public ExpenseController(CretovaleContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 5
0
 public LoginController(CretovaleContext context, IConfiguration configuration)
 {
     _context      = context;
     Configuration = configuration;
 }
Exemplo n.º 6
0
 public CompanyController(CretovaleContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 7
0
 public PhoneController(CretovaleContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 8
0
 public CovenantController(CretovaleContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 9
0
 public LinkController(CretovaleContext dbContext) : base(dbContext)
 {
 }