Exemplo n.º 1
0
 public PurchaseController(GiftCertificateDBContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ImportGcController(IHostingEnvironment hostingEnvironment, IToastNotification toastNotification, GiftCertificateDBContext context)
 {
     _hostingEnvironment = hostingEnvironment;
     _toastNotification  = toastNotification;
     _context            = context;
 }
Exemplo n.º 3
0
 public GcTypeController(GiftCertificateDBContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public OutletController(GiftCertificateDBContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public RedemptionController(GiftCertificateDBContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public ServicesTypeController(GiftCertificateDBContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public PrintController(GiftCertificateDBContext context)
 {
     _context = context;
 }