Example #1
0
 public ToppingService(IOnlineMenuContext context)
 {
     this.context = context;
 }
Example #2
0
 public CookService(IOnlineMenuContext context, IAuthenticationService authenticationService)
 {
     this.context = context;
     this.authenticationService = authenticationService;
 }
Example #3
0
 public CategoryService(IOnlineMenuContext context)
 {
     this.context = context;
 }
 public ProductService(IOnlineMenuContext context)
 {
     this.context = context;
 }
 public StatusService(IOnlineMenuContext context)
 {
     this.context = context;
 }
 public OrderService(IOnlineMenuContext context)
 {
     this.context = context;
 }