mirror of
https://github.com/BillyCool/MariesWonderland.git
synced 2026-03-22 23:12:23 +01:00
Solution cleanup. Implement stubs for all remaining services. Add API models. Move configuration to appsettings.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user