Example #1
0
 public LiteralsController(LiteralsContext context)
 {
     _context = context;
 }
Example #2
0
 public ModulesController(LiteralsContext context)
 {
     _context = context;
 }
Example #3
0
 public LiteralTranslationsController(LiteralsContext context)
 {
     _context = context;
 }
Example #4
0
 public CountriesController(LiteralsContext context)
 {
     _context = context;
 }
Example #5
0
 public VariablesController(LiteralsContext context)
 {
     _context = context;
 }