918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/87401a0c/944f02a0/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/87401a0c/944f02a0/App_Code.47dq259y.36.cs
?#pragma checksum "D:\wwwroot\cnhbclw\wwwroot\App_Code\Job\I_User.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F2145BF9FA0C9C7301A09D769EF04927"

#line 1 "D:\wwwroot\cnhbclw\wwwroot\App_Code\Job\I_User.cs"
using System;
using System.Data;

/// <summary>
/// 该类是用户接口
/// </summary>
namespace nspJob
{
    public interface IUser
    {
        int Insert(TUser tb);                        //增长用户 
        int Update(TUser tb);                       //批改用户  
        int Delete(int ID);                            //凭据ID删除用户             
        bool GetDataExists(string username, string password);            //判断用户名是否存在
    }
}


#line default
#line hidden