コード例 #1
0
ファイル: GeneralBAL.cs プロジェクト: poweranand/viskan
    public int InsertBanner(string Category, string Description)
    {
        int        a;
        GeneralDAL lp = new GeneralDAL();

        a = lp.InsertBanner(Category, Description);
        return(a);
    }
コード例 #2
0
ファイル: GeneralBAL.cs プロジェクト: poweranand/viskan
 public int InsertBanner(string Category, string Description)
 {
     int a;
     GeneralDAL lp = new GeneralDAL();
     a = lp.InsertBanner(Category, Description);
     return a;
 }