Example #1
0
 public PhotoRepo(AruhazContext ctx)
 {
     _ctx = ctx;
 }
Example #2
0
 public ProductRepo(AruhazContext ctx)
 {
     _ctx = ctx;
 }
Example #3
0
 public FilterRepo(AruhazContext ctx)
 {
     _ctx = ctx;
 }
Example #4
0
 public UserRepo(AruhazContext ctx)
 {
     _ctx = ctx;
 }