public SQLProductRepo(ProjectOneContext context)
 {
     this.context = context;
 }
 public SQLCustomerRepo(ProjectOneContext context)
 {
     this.context = context;
 }
示例#3
0
 public SQLOrderRepo(ProjectOneContext context)
 {
     this.context = context;
 }