7 lines
183 B
C#
7 lines
183 B
C#
using OAService.Service.Servizi.Interfacce;
|
|
using StandManager.Domain.Entita;
|
|
|
|
namespace StandManager.Service.Interfaces;
|
|
|
|
public interface IReferenteService : ITService<Referente>{}
|