Example #1
0
 public StatusSqLiteRepository(UnitedMarketsDbContext context)
 {
     _ctx = context;
 }
Example #2
0
 public UserSqLiteRepository(UnitedMarketsDbContext ctx)
 {
     _ctx = ctx;
 }
 public ProductSqLiteRepository(UnitedMarketsDbContext context)
 {
     _ctx = context;
 }