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