Example #1
0
 public EfCurrencyRepository(IreckonuContext context)
 {
     _context = context;
 }
Example #2
0
 public EfProductRepository(IreckonuContext context)
 {
     _context = context;
 }
Example #3
0
 public EfArticleRepository(IreckonuContext context)
 {
     _context = context;
 }
Example #4
0
 public EfAudienceRepository(IreckonuContext context)
 {
     _context = context;
 }