feat: Add Protobuf definitions for Network Membership service

- Introduced `networkmembership.proto` with RPC methods for retrieving user network tree, statistics, and position.
- Implemented HTTP annotations for gRPC transcoding in the service methods.
- Added support for Google API annotations in `annotations.proto` and `http.proto`.
- Created `ConfigureServices.cs` to register FluentValidation for the Protobuf services.
- Updated project file to include necessary dependencies for gRPC and Protobuf.
This commit is contained in:
masoodafar-web
2025-12-04 19:53:47 +03:30
parent 75e446f80f
commit 9a42060653
55 changed files with 3729 additions and 16 deletions
@@ -79,4 +79,9 @@ public class WeeklyBalanceItemDto
/// آیا منقضی شده؟
/// </summary>
public bool IsExpired { get; set; }
/// <summary>
/// تاریخ شمسی
/// </summary>
public string DatePersian { get; set; } = string.Empty;
}