public PersonneRepository(ServiceWebEntities context)
 {
     _dbContext = context;
 }
 public PersonneRepository()
 {
     _dbContext = new ServiceWebEntities();
 }
Example #3
0
 public TexteRepository(ServiceWebEntities context)
 {
     _dbContext = context;
 }
Example #4
0
 public TexteRepository()
 {
     _dbContext = new ServiceWebEntities();
 }
Example #5
0
 public ObjetRepository(ServiceWebEntities context)
 {
     _dbContext = context;
 }
Example #6
0
 public ObjetRepository()
 {
     _dbContext = new ServiceWebEntities();
 }