feat: add GetAvailableWeeks query and update protobuf imports
Build and Deploy / build (push) Successful in 2m18s
Build and Deploy / build (push) Successful in 2m18s
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
using Foursat.BackOffice.BFF.Configuration.Protos;
|
||||
using Google.Protobuf.WellKnownTypes;
|
||||
|
||||
|
||||
using CMSMicroservice.Protobuf.Protos.Configuration;
|
||||
|
||||
namespace BackOffice.BFF.Application.ConfigurationCQ.Commands.CreateOrUpdateConfiguration;
|
||||
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
using Foursat.BackOffice.BFF.Configuration.Protos;
|
||||
|
||||
using CMSMicroservice.Protobuf.Protos.Configuration;
|
||||
|
||||
namespace BackOffice.BFF.Application.ConfigurationCQ.Commands.DeactivateConfiguration;
|
||||
|
||||
|
||||
+2
-4
@@ -1,7 +1,5 @@
|
||||
using BackOffice.BFF.Application.Common.Interfaces;
|
||||
using Foursat.BackOffice.BFF.Configuration.Protos;
|
||||
using Google.Protobuf.WellKnownTypes;
|
||||
using MediatR;
|
||||
|
||||
using CMSMicroservice.Protobuf.Protos.Configuration;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace BackOffice.BFF.Application.ConfigurationCQ.Commands.SetDefaultVatPercentage;
|
||||
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
using FluentValidation;
|
||||
|
||||
namespace BackOffice.BFF.Application.ConfigurationCQ.Commands.SetDefaultVatPercentage;
|
||||
|
||||
public class SetDefaultVatPercentageCommandValidator : AbstractValidator<SetDefaultVatPercentageCommand>
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
using Foursat.BackOffice.BFF.Configuration.Protos;
|
||||
|
||||
using CMSMicroservice.Protobuf.Protos.Configuration;
|
||||
|
||||
namespace BackOffice.BFF.Application.ConfigurationCQ.Queries.GetAllConfigurations;
|
||||
|
||||
|
||||
+1
-3
@@ -1,6 +1,4 @@
|
||||
using BackOffice.BFF.Application.Common.Interfaces;
|
||||
using Foursat.BackOffice.BFF.Configuration.Protos;
|
||||
using MediatR;
|
||||
using CMSMicroservice.Protobuf.Protos.Configuration;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace BackOffice.BFF.Application.ConfigurationCQ.Queries.GetCurrentVatPercentage;
|
||||
|
||||
Reference in New Issue
Block a user