Example #1
0
 public CochesRepositorySQLServer(CochesContext cont)
 {
     this.context = cont;
 }
 public RepositoryCoches()
 {
     this.context = new CochesContext();
 }
Example #3
0
 public RepositoryCoches(CochesContext context)
 {
     this.context = context;
 }
Example #4
0
 public CochesRepositoryMysql(CochesContext cont)
 {
     this.context = cont;
 }
Example #5
0
 public CochesRepository(CochesContext context)
 {
     this.context = context;
 }
Example #6
0
 public HomeController(CochesContext context)
 {
     this.context = context;
 }