TFS_ANTIGUO/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinort.cs

21 lines
541 B
C#
Raw Normal View History

using AYA.SlnSynorModel.BD;
using AYA.SlnSynorModel.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.SlnSynor.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
{
}
}