Exemplo n.º 1
0
 public UsersAPIController(TMShopsContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ModulesAPIController(TMShopsContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ProfileAPIController(TMShopsContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public SettingsController(TMShopsContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public BillRepository(TMShopsContext context) : base(context)
 {
 }
Exemplo n.º 6
0
 public UsersRepository(TMShopsContext context) : base(context)
 {
 }
Exemplo n.º 7
0
 public SubItemRepository(TMShopsContext context) : base(context)
 {
 }
Exemplo n.º 8
0
 public SubRolesRepository(TMShopsContext context) : base(context)
 {
 }
Exemplo n.º 9
0
 public SettingsRepository(TMShopsContext context) : base(context)
 {
 }
Exemplo n.º 10
0
 public ModulesRepository(TMShopsContext context) : base(context)
 {
 }
Exemplo n.º 11
0
 public GroupRepository(TMShopsContext context) : base(context)
 {
 }
Exemplo n.º 12
0
 public CustomersRepository(TMShopsContext context) : base(context)
 {
 }
Exemplo n.º 13
0
 public EntityBaseRepository(TMShopsContext context)
 {
     _context = context;
 }