6 lines
126 B
C#
6 lines
126 B
C#
namespace TecniStamp.Service.Interfaces;
|
|
|
|
public interface IManagerService
|
|
{
|
|
IUserService UtenteService { get; set; }
|
|
} |