public ProductRepository(BroideryContext context)
 {
     this.context = context;
 }
예제 #2
0
 public UserRepository(BroideryContext context)
 {
     this.context = context;
 }