работоспособность восстановлена, все проблемы которые подсвечиваются решены
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Example.Shared;
|
||||
using mROA.Implementation;
|
||||
using mROA.Implementation.Attributes;
|
||||
|
||||
namespace Example.Backend;
|
||||
|
||||
[SharedObjectSingleton]
|
||||
public class LoadTestImp : ILoadTest
|
||||
{
|
||||
public int Next(int last)
|
||||
{
|
||||
return last + 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user