Example #1
0
 public ConsultantService(BogDBContext bogDBContext)
 {
     this.BogDBContext = bogDBContext;
 }
Example #2
0
 public ProductService(BogDBContext bogDBContext)
 {
     this.BogDBContext = bogDBContext;
 }
Example #3
0
 public AnalitycsService(BogDBContext bogDBContext)
 {
     this.BogDBContext = bogDBContext;
 }
Example #4
0
 public SaleService(BogDBContext bogDBContext)
 {
     BogDBContext = bogDBContext;
 }