Ejemplo n.º 1
0
 public ToyRepository(ToyCompanyDBContext toyCompanyDBContext)
 {
     this.toyCompanyDBContext = toyCompanyDBContext;
 }
Ejemplo n.º 2
0
 public CustomerRepository(ToyCompanyDBContext toyCompanyDBContext)
 {
     this.toyCompanyDBContext = toyCompanyDBContext;
 }