Update to latest Endpoints package and fix breaking changes (#506)
This commit is contained in:
@@ -10,7 +10,9 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Microsoft.eShopWeb.PublicApi.CatalogBrandEndpoints
|
||||
{
|
||||
public class List : BaseAsyncEndpoint<ListCatalogBrandsResponse>
|
||||
public class List : BaseAsyncEndpoint
|
||||
.WithoutRequest
|
||||
.WithResponse<ListCatalogBrandsResponse>
|
||||
{
|
||||
private readonly IAsyncRepository<CatalogBrand> _catalogBrandRepository;
|
||||
private readonly IMapper _mapper;
|
||||
|
||||
Reference in New Issue
Block a user