19 lines
357 B
C#
19 lines
357 B
C#
|
|
using AYA.SlnSinortModel.Constantes;
|
|
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
|
|
{
|
|
|
|
public class Sinort : ISinort
|
|
{
|
|
|
|
}
|
|
}
|