Пример #1
0
 public BfcItemService GetDebitCreditService()
 {
     if (debitCreditService == null)
     {
         debitCreditService = new BfcItemService();
         debitCreditService.ResourcePath = BfcResourcePath.BFC_DC_RESOURCE_PATH;
         debitCreditService.RestClient   = ApplicationManager.RestClient;
     }
     return(debitCreditService);
 }
Пример #2
0
 public BfcItemService GetPmlService()
 {
     if (pmlService == null)
     {
         pmlService = new BfcItemService();
         pmlService.ResourcePath = BfcResourcePath.BFC_PML_RESOURCE_PATH;
         pmlService.RestClient   = ApplicationManager.RestClient;
     }
     return(pmlService);
 }
Пример #3
0
 public BfcItemService GetSchemeService()
 {
     if (schemeService == null)
     {
         schemeService = new BfcItemService();
         schemeService.ResourcePath = BfcResourcePath.BFC_SCHEME_RESOURCE_PATH;
         schemeService.RestClient   = ApplicationManager.RestClient;
     }
     return(schemeService);
 }
Пример #4
0
 public BfcItemService GetPlatformService()
 {
     if (platformService == null)
     {
         platformService = new BfcItemService();
         platformService.ResourcePath = BfcResourcePath.BFC_PLATFORM_RESOURCE_PATH;
         platformService.RestClient   = ApplicationManager.RestClient;
     }
     return(platformService);
 }
Пример #5
0
 /// <summary>
 /// memberBankService
 /// </summary>
 public BfcItemService GetMemberBankService()
 {
     if (memberBankService == null)
     {
         memberBankService = new BfcItemService();
         memberBankService.ResourcePath = BfcResourcePath.BFC_MEMBER_BANK_RESOURCE_PATH;
         memberBankService.RestClient   = ApplicationManager.RestClient;
     }
     return(memberBankService);
 }