Initial
This commit is contained in:
6
StandManager.Service/Interfaces/IManagerService.cs
Normal file
6
StandManager.Service/Interfaces/IManagerService.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface IManagerService
|
||||
{
|
||||
public IUtenteService UtenteService { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user