Exemple #1
0
 public ConfigurationService(ImageCMSContext context)
 {
     _context = context;
 }
 public GroupController(ImageCMSContext context)
 {
     _context = context;
     _service = new ConfigurationService(_context);
 }