Initial version

This commit is contained in:
2026-06-09 22:27:38 +02:00
parent 5afbf3b01c
commit 5ff2ac8941
57 changed files with 2343 additions and 98 deletions
+11
View File
@@ -0,0 +1,11 @@
global using EonaCat.gRPC.Api.Helpers;
global using EonaCat.gRPC.Api.Middleware.Interceptors;
global using EonaCat.gRPC.Api.Services;
global using Grpc.Core;
global using Grpc.Core.Interceptors;
global using Microsoft.Data.SqlClient;
global using Microsoft.OpenApi.Models;
global using EonaCat.gRPC.Core.Entities;
global using EonaCat.gRPC.Core.Interfaces.Repositories;
global using Microsoft.EntityFrameworkCore;
global using EonaCat.Json;