♻️ Extract the Storage service to DysonNetwork.Drive microservice
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
using DysonNetwork.Common.Interfaces;
|
||||
using DysonNetwork.Common.Models;
|
||||
using DysonNetwork.Common.Services;
|
||||
using DysonNetwork.Sphere.Post;
|
||||
@ -8,7 +9,7 @@ using NodaTime;
|
||||
|
||||
namespace DysonNetwork.Sphere.Publisher;
|
||||
|
||||
public class PublisherService(AppDatabase db, FileReferenceService fileRefService, ICacheService cache)
|
||||
public class PublisherService(AppDatabase db, IFileReferenceServiceClient fileRefService, ICacheService cache)
|
||||
{
|
||||
public async Task<Publisher?> GetPublisherByName(string name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user