ttt
Some checks failed
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Failing after 19s
Some checks failed
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Failing after 19s
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Webshop.Domain.Interfaces
|
||||
Task<Product?> GetBySlugAsync(string slug);
|
||||
Task AddProductAsync(Product product);
|
||||
Task UpdateProductAsync(Product product);
|
||||
Task SaveChangesAsync();
|
||||
Task DeleteProductAsync(Guid id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user