public CashInController(wallet2Context context, IOptions <Models.MpayCashIn> MpaysCashIn, IOptions <Models.settings> settings, IHostingEnvironment hostingEnvironment)
 {
     _Mpays              = MpaysCashIn.Value;
     _Settings           = settings.Value;
     this.db             = context;
     help                = new Helper();
     _hostingEnvironment = hostingEnvironment;
 }
Exemple #2
0
 public BankController(wallet2Context context)
 {
     this.db = context;
     help    = new Helper();
 }
 public SecurityController(wallet2Context context)
 {
     this.db = context;
     help    = new Helper();
 }