Ejemplo n.º 1
0
 public PdfsController(ArmyStudyGuideContext context)
 {
     _context = context;
 }
 public SubcategoriesController(ArmyStudyGuideContext context)
 {
     _context = context;
 }
 public QaDetailsController(ArmyStudyGuideContext context)
 {
     _context = context;
 }