Example #1
0
        public async Task <int> Update(int id, GarmentShippingLocalSalesDOViewModel viewModel)
        {
            GarmentShippingLocalSalesDOModel garmentShippingLocalSalesDOModel = MapToModel(viewModel);

            return(await _repository.UpdateAsync(id, garmentShippingLocalSalesDOModel));
        }