8 lines
188 B
C#
8 lines
188 B
C#
using OAService.Service.Servizi.Interfacce;
|
|
using StandManager.Domain.Entita;
|
|
|
|
namespace StandManager.Service.Interfaces;
|
|
|
|
public interface IComuneIstatService : ITService<ComuneIstat>
|
|
{
|
|
} |