ldj/WcfService1/Interface1.cs

17 lines
276 B
C#
Raw Permalink Normal View History

2023-05-23 16:13:17 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Web;
using System.Text;
namespace DeiNiu.Wcf
{
[ServiceContract]
public interface Interface1
{
}
}