コード例 #1
0
 public PaymentController(IConfiguration configuration) : base(configuration)
 {
     Perc       = PaymentDB.GetAppSettings(GetConfiguration().GetConnectionString(DEFAULT_CONNECTION));
     LkpDetails = PaymentDB.GetLPymtkpDetails(1, GetConfiguration().GetConnectionString(DEFAULT_CONNECTION));
     Serials    = PaymentDB.GetSerials(GetConfiguration().GetConnectionString(DEFAULT_CONNECTION));
 }