public MainServiceDB(KorytoDbContext context)
 {
     this.context = context;
 }
 public StatisticServiceDB(KorytoDbContext context)
 {
     this.context = context;
 }
 public ClientServiceDB(KorytoDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public ReportServiceDB(KorytoDbContext context)
 {
     this.context = context;
 }
 public DetailServiceDB(KorytoDbContext context)
 {
     this.context = context;
 }