2018-06-08 19:11:02 +00:00
|
|
|
|
|
|
|
|
|
|
using AYA.SlnSinortModel.Constantes;
|
|
|
|
|
|
using AYA.SlnSinortModel.Entidades;
|
2018-06-06 18:21:49 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Runtime.Serialization;
|
|
|
|
|
|
using System.ServiceModel;
|
|
|
|
|
|
using System.ServiceModel.Web;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
2018-06-08 19:11:02 +00:00
|
|
|
|
namespace AYA.SlnSinort.WCF
|
2018-06-06 18:21:49 +00:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
public class Sinort : ISinort
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|