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