20 lines
381 B
C#
20 lines
381 B
C#
|
|
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
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|