Added resources to server

This commit is contained in:
Alexandru Macocian
2020-03-04 11:39:26 +01:00
parent c1fec0d6c9
commit 12606c4942
5 changed files with 55 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
using MTSC.Server.Resources;
namespace MTSC.UnitTests
{
public class StringResource : IResource
{
public string Value { get; set; }
}
}