Example #1
0
 public MeterReadingController(EnsekContext context)
 {
     _context = context;
 }
Example #2
0
 public AccountController(EnsekContext context)
 {
     _context = context;
 }