예제 #1
0
 public async Task <bool> DeactivateAsync(ProductCategoryRequest farmType)
 {
     return(await _productCategoryRepository.DeactivateAsync(farmType));
 }