6 lines
137 B
C#
6 lines
137 B
C#
namespace StandManager.Service.Interfaces;
|
|
|
|
public interface IManagerService
|
|
{
|
|
public IUtenteService UtenteService { get; set; }
|
|
} |