コード例 #1
0
 public static async Task <DataTable> GetGroupBuyingModifyLogByGroupId(string productGroupId)
 {
     return(await DalGroupBuyingProductGroupConfig.GetGroupBuyingModifyLogByGroupId(productGroupId));
 }