Example #1
0
 public ContactsRepository(EctotecContext ctx)
 {
     _ctx = ctx;
 }
Example #2
0
 public CitiesRepository(EctotecContext context)
 {
     _context = context;
 }