Example #1
0
 public FolderController(DCDemoContext context)
 {
     _context = context;
 }
Example #2
0
 public AssetController(DCDemoContext context, IConfiguration configuration)
 {
     _context       = context;
     _configuration = configuration;
 }