Capoarea
This commit is contained in:
9
StandManager.Service/Interfaces/ISezioneService.cs
Normal file
9
StandManager.Service/Interfaces/ISezioneService.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using OAService.Service.Repository;
|
||||
using OAService.Service.Servizi.Interfacce;
|
||||
using StandManager.Domain.Entita;
|
||||
|
||||
namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface ISezioneService : ITService<Sezione>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user