コード例 #1
0
 public bool ConnectToPaymentSystem(Guid userGuid)
 {
     return(_serviceFacade.ConnectToSupplySystem(userGuid));
 }