예제 #1
0
 public static VatGroup GetVatGroup(long storeId, long vatGroupId)
 {
     return(TeaCommerceHelper.GetVatGroup(storeId, vatGroupId));
 }