Beispiel #1
0
 public ServiceController(ServiceRepositoryContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CommentController(ServiceRepositoryContext context)
 {
     _context = context;
 }