mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
refactor was really not needed
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using Akka.Actor;
|
||||
|
||||
using LocalModels;
|
||||
|
||||
using Management.Services;
|
||||
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
public class LocalStorageActor : ReceiveActor
|
||||
public class IStorageActor : ReceiveActor {}
|
||||
|
||||
public class LocalStorageActor : IStorageActor
|
||||
{
|
||||
private readonly IServiceProvider serviceProvider;
|
||||
private readonly IServiceScope scope;
|
||||
|
||||
Reference in New Issue
Block a user