Exemple #1
0
 public TitlesController(ComicCreatorContext context)
 {
     _context = context;
 }
Exemple #2
0
 public PanelTextsController(ComicCreatorContext context)
 {
     _context = context;
 }
 public IssuesController(ComicCreatorContext context)
 {
     _context = context;
 }