feat(bff): Add App Version management endpoints
Build and Deploy to Production / build-and-deploy (push) Successful in 1m47s
Build and Deploy to Production / build-and-deploy (push) Successful in 1m47s
- Add appversion.proto with GetAll, Get, Update RPCs - Add GetAllAppVersionsQuery and handler - Add UpdateAppVersionCommand and handler - Add AppVersionService gRPC service - Add AppVersionProfile for Mapster mappings - Update IApplicationContractContext with AppVersions client - Bump Configuration.Protobuf to 1.0.20
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
namespace BackOffice.BFF.Application.ConfigurationCQ.Queries.GetAllAppVersions;
|
||||
|
||||
public class GetAllAppVersionsQuery : IRequest<GetAllAppVersionsResponseDto>
|
||||
{
|
||||
public bool IncludeInactive { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user