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