public ComicStripController(CandH_Context context)
 {
     _context = context;
 }
 public EmotionController(CandH_Context context)
 {
     _context = context;
 }
Beispiel #3
0
 public CommentController(CandH_Context context)
 {
     _context = context;
 }
Beispiel #4
0
 public UserController(CandH_Context context)
 {
     _context = context;
 }