Example #1
0
 protected Repository(RedOwlDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public ProductRepository(RedOwlDbContext context) : base(context)
 {
 }