mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
switched to xunit
This commit is contained in:
9
Management/Services/Actors/CanvasQueue.cs
Normal file
9
Management/Services/Actors/CanvasQueue.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Akka.Actor;
|
||||
|
||||
using Management.Services.Canvas;
|
||||
|
||||
public class CanvasQueue(IActorRef canvasQueueActor)
|
||||
{
|
||||
private readonly IActorRef canvasQueueActor = canvasQueueActor;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user