[ServiceContract]  
    public interface IUser  
    {  

      [OperationContract(Name="ByUseId")] 
     User GetUser(int id)
;
    [OperationContract(Name
="ByUserEmail")]
     User GetUser(string email)
;
 } 

 

相关文章:

  • 2021-11-24
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
  • 2022-03-09
  • 2021-11-12
  • 2021-09-25
  • 2022-03-04
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2021-06-01
  • 2021-10-28
相关资源
相似解决方案