示例#1
0
 public async Task <bool> ActiveAsync(ProductCategoryRequest farmType)
 {
     return(await _productCategoryRepository.ActiveAsync(farmType));
 }