コード例 #1
0
 public CochesRepositorySQLServer(CochesContext cont)
 {
     this.context = cont;
 }
コード例 #2
0
 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;
 }