示例#1
0
 public EntreprisesController(ReclamationContext context)
 {
     _context = context;
 }
示例#2
0
 public ReclamationsController(ReclamationContext context)
 {
     _context = context;
 }
 public ServicesController(ReclamationContext context)
 {
     _context = context;
 }