Solution cleanup. Implement stubs for all remaining services. Add API models. Move configuration to appsettings.

This commit is contained in:
BillyCool
2026-03-13 22:25:43 +11:00
parent b855475446
commit dbe8ec4e99
1709 changed files with 27184 additions and 244 deletions

View File

@@ -1,10 +1,10 @@
using Art.Framework.ApiNetwork.Grpc.Api.User;
using MariesWonderland.Proto.User;
using Google.Protobuf.WellKnownTypes;
using Grpc.Core;
namespace MariesWonderland.Services;
public class UserService : Art.Framework.ApiNetwork.Grpc.Api.User.UserService.UserServiceBase
public class UserService : MariesWonderland.Proto.User.UserService.UserServiceBase
{
public override Task<GetAndroidArgsResponse> GetAndroidArgs(GetAndroidArgsRequest request, ServerCallContext context)
{