public CategoriesRepository(EmpleaDbContext database) : base(database)
 {
 }
Example #2
0
 public LoginsRepository(EmpleaDbContext database) : base(database)
 {
 }
Example #3
0
 public JobsRepository(EmpleaDbContext database) : base(database)
 {
 }
Example #4
0
 protected BaseRepository(EmpleaDbContext database)
 {
     Database = database;
 }
 public CompaniesRepository(EmpleaDbContext database) : base(database)
 {
 }
Example #6
0
 public HireTypesRepository(EmpleaDbContext database) : base(database)
 {
 }