Example #1
0
 public MayorInfoRepository(MayorInfoContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }
Example #2
0
 public MayorsController(MayorInfoContext context)
 {
     _context = context;
 }