- Import Comuni
- Permessi modifica agente/capoarea in Clienti
This commit is contained in:
8
StandManager.Service/Interfaces/IComuneIstatService.cs
Normal file
8
StandManager.Service/Interfaces/IComuneIstatService.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using OAService.Service.Servizi.Interfacce;
|
||||
using StandManager.Domain.Entita;
|
||||
|
||||
namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface IComuneIstatService : ITService<ComuneIstat>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user