예제 #1
0
 public void CreateMerchant()
 {
     MerchantService.CreateMerchantAccount();
     Merchants = MerchantService.MerchantList.ToArray();
 }