9 lines
219 B
C#
9 lines
219 B
C#
using OAService.Service.Repository;
|
|
using OAService.Service.Servizi.Interfacce;
|
|
using StandManager.Domain.Entita;
|
|
|
|
namespace StandManager.Service.Interfaces;
|
|
|
|
public interface ISezioneService : ITService<Sezione>
|
|
{
|
|
} |