//------------------------------------------------------------------------------ // // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // File time 09-07-05 11:02 // // This source code was auto-generated by WsContractFirst, Version=0.5.0.5154 namespace Authentication { using System.Diagnostics; using System.Xml.Serialization; using System; using System.Web.Services.Protocols; using System.ComponentModel; using System.Web.Services; public interface IAuthenticationPort { void AuthenticateUser(ref User user); void IsInGroup(ref User user); } }