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.37.cs
?#pragma checksum "D:\wwwroot\cnhbclw\wwwroot\App_Code\Expo\I_ExpoNewsType.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "7B9A30A9BC6191C1ED5697527922AE17"

#line 1 "D:\wwwroot\cnhbclw\wwwroot\App_Code\Expo\I_ExpoNewsType.cs"
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

/// <summary>
/// I_ExpoNewsType 的提要注明
/// </summary>
namespace Expo
{
    public interface IExpoNewsType
    {
        int Insert(TExpoNewsType us);                   //增长展会资讯类别信息
        int Update(TExpoNewsType us);                   //批改展会资讯类别信息
        int Delete(int id);                             //凭据展会资讯类别id展会资讯类别信息
        DataTable GetDataTable();                       //得到展会资讯类别信息
        DataTable GetDataTable(int id);                 //凭据展会资讯类别ID得到展会资讯类别信息
        TExpoNewsType GateItem(int id);                 //凭据id得到每一条展会资讯类别类别信息
    }
}


#line default
#line hidden