Skip to content
Snippets Groups Projects

Add tests

Merged Soňa Nemečkayová requested to merge review-tests into restaurant-location-user-testing
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -4,7 +4,7 @@ namespace BusinessLayer.Services.ReviewAggregateService
{
public interface IReviewAggregateResultService : IBaseService
{
public Task<bool> DoesAggregateExist(params Guid[] ids);
public Task<bool> DoesAggregateExistAsync(params Guid[] ids);
public Task<List<ReviewAggregateDTO>> GetAggregatesAsync(
string orderBy = "",
Loading