20 lines
516 B
C#
20 lines
516 B
C#
|
|
using AYA.SlnSinortModel.Entidades;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Runtime.Serialization;
|
|
using System.ServiceModel;
|
|
using System.ServiceModel.Web;
|
|
using System.Text;
|
|
|
|
namespace AYA.SlnSinort.WCF
|
|
{
|
|
// NOTA: puede usar el comando "Rename" del menú "Refactorizar" para cambiar el nombre de interfaz "ISinort" en el código y en el archivo de configuración a la vez.
|
|
[ServiceContract]
|
|
public interface ISinort
|
|
{
|
|
|
|
|
|
}
|
|
}
|