Example #1
0
 public AgencyRepository(IViamericasContext context)
 {
     _context = context;
 }
Example #2
0
 public UserRepository(IViamericasContext context)
 {
     _context = context;
 }