public UserRepository(patrykapriasz_produkcjaPRSContext context)
 {
     _context = context;
 }
Example #2
0
 public ColumnsRepository(patrykapriasz_produkcjaPRSContext context)
 {
     _context = context;
 }
 public ProductionRepository(patrykapriasz_produkcjaPRSContext context)
 {
     _context = context;
 }
 public StatisticsRepository(patrykapriasz_produkcjaPRSContext context)
 {
     _context = context;
 }