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