Exemplo n.º 1
0
 public CategoryService(CodingInterviewContext context, INotificationService notificationService)
 {
     _context             = context;
     _notificationService = notificationService;
 }
Exemplo n.º 2
0
 public ExternalProductService(CodingInterviewContext context)
 {
     _context = context;
 }
 public CustomerService(CodingInterviewContext context, INotificationService notificationService)
 {
     _context             = context;
     _notificationService = notificationService;
 }