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