コード例 #1
0
ファイル: Reference.cs プロジェクト: jose-sanchez/Camiher
 public System.Threading.Tasks.Task <Camiher.Libs.Server.WebServicesObjects.BaseResponse> UpdateProductAsync(Camiher.Libs.Server.DAL.CamiherDAL.ProductsSet product, Camiher.Libs.Server.DAL.CamiherDAL.ProductTranslations[] productTranslation)
 {
     return(base.Channel.UpdateProductAsync(product, productTranslation));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: jose-sanchez/Camiher
 public Camiher.Libs.Server.WebServicesObjects.BaseResponse UpdateProduct(Camiher.Libs.Server.DAL.CamiherDAL.ProductsSet product, Camiher.Libs.Server.DAL.CamiherDAL.ProductTranslations[] productTranslation)
 {
     return(base.Channel.UpdateProduct(product, productTranslation));
 }