Business update

This commit is contained in:
thermalthrottle
2021-03-18 14:57:00 +02:00
parent 7aac7f999f
commit 3c69124650
4 changed files with 156 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
namespace Business.Business.UserManagment
{
public interface IController
{
}
}