Move Protos to Shared library

This commit is contained in:
2021-06-07 20:11:44 +02:00
parent c37e8d3fb4
commit 08a954f836
7 changed files with 40 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
using Akari.Prototype.Protos;
using Akari.Prototype.Server.Services;
using Akari.Prototype.Server.Utils;
using Akari.Prototype.Shared.Protos;
using Google.Protobuf;
using Grpc.Core;
using Microsoft.Extensions.Logging;