TFS_ANTIGUO/AYA.SlnSynor/AYA.SlnSynor.WCF/Sinort.svc.cs

20 lines
381 B
C#
Raw Normal View History

using AYA.SlnSynorModel.BD;
using AYA.SlnSynorModel.Constantes;
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
{
public class Sinort : ISinort
{
}
}