• 大小: 1.13MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-08
  • 语言: C#
  • 标签: asp  .net  

资源简介

机构完整+完整源代码+asp.net设计,希望大家喜欢

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using BudgetPro.Models;
namespace BudgetPro.BLL
{
   public  class BankrollGatherManager
    {
       public static IList GetBankrollGathers()
       {
           return BudgetPro.DAL.BankrollGatherService.GetBankrollGathers();
       }
       public static int UpdateBankrollGather(Budgets budget)
       {
           return BudgetPro.DAL.BankrollGatherService.UpdateBankrollGather(budget );
       }
        //获取所有渠道
       public static IList GetAllChannels()
       {
           return BudgetPro.DAL.BankrollGatherService.GetAllChannels();

       }
        //把审核后的预算加入汇总表
       public static int AddBudget(Budgets budget)
       {
           return BudgetPro.DAL.BankrollGatherService.AddBudget(budget);
       }

        //根据ItemId和Channel获取对应的信息
       public static BankrollGather GetBankrollGather(int itemId string channel)
       {
           return BudgetPro.DAL.BankrollGatherService.GetBankrollGather(itemIdchannel);
       }
       //根据ItemId和Channel删除对应的信息
       public static int DeleteBankrollGather(int itemId string channel)
       { 
         return BudgetPro.DAL.BankrollGatherService.DeleteBankrollGather(itemIdchannel);
       }
        //更改预算金额
       public static int UpdateBudgetExecute(int itemId string channel decimal budgetExecute)
       {
           return BudgetPro.DAL.BankrollGatherService.UpdateBudgetExecute(itemIdchannelbudgetExecute);
       }
   }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5598  2008-12-23 20:23  BudgetPro\web.sln

    ..A..H.     83456  2008-12-23 20:57  BudgetPro\web.suo

     文件        274  2009-12-09 20:33  BudgetPro\web\styleSheet.css

     文件       1546  2009-12-08 15:20  BudgetPro\web\Web.Config

     文件        536  2009-12-09 13:16  BudgetPro\web\Web.sitemap

     文件        422  2009-12-20 16:11  BudgetPro\web\LoginMasterPage.master.cs

     文件       1898  2009-12-20 17:25  BudgetPro\web\Login.aspx

     文件       1559  2009-12-21 15:18  BudgetPro\web\Login.aspx.cs

     文件        998  2008-12-23 20:28  BudgetPro\web\LoginMasterPage.master

     文件      20480  2008-12-23 20:53  BudgetPro\web\Bin\BudgetProModels.dll

     文件      42496  2008-12-23 20:53  BudgetPro\web\Bin\BudgetProModels.pdb

     文件      36864  2008-12-23 20:54  BudgetPro\web\Bin\BudgetProDAL.dll

     文件      48640  2008-12-23 20:53  BudgetPro\web\Bin\BudgetProDAL.pdb

     文件      20480  2008-12-23 20:54  BudgetPro\web\Bin\BudgetProBLL.dll

     文件      32256  2008-12-23 20:54  BudgetPro\web\Bin\BudgetProBLL.pdb

     文件      77113  2008-12-23 19:49  BudgetPro\web\images\149_conew4.jpg

     文件     160693  2008-12-23 13:04  BudgetPro\web\images\110_conew1.jpg

     文件         98  2007-06-04 12:52  BudgetPro\web\images\delete.gif

     文件        563  2007-07-17 13:22  BudgetPro\web\images\edit.gif

     文件      10041  2007-11-09 10:09  BudgetPro\web\images\leave.jpg

     文件      10407  2007-11-09 10:10  BudgetPro\web\images\modify.jpg

     文件       9155  2007-11-09 11:17  BudgetPro\web\images\state.jpg

     文件      11280  2007-11-08 18:14  BudgetPro\web\images\tool.jpg

     文件       1244  2008-12-23 19:13  BudgetPro\web\images\AddItem.png

     文件      25841  2009-11-04 20:30  BudgetPro\web\images\xiaolian.jpg

     文件       2715  2008-12-23 18:42  BudgetPro\web\images\manager.png

     文件       3066  2008-12-23 18:50  BudgetPro\web\images\NoteInfo.png

     文件       1400  2008-12-23 18:48  BudgetPro\web\images\page.png

     文件       2756  2008-12-23 18:38  BudgetPro\web\images\8_conew1.png

     文件       2969  2008-12-23 18:50  BudgetPro\web\images\BankrollGather.png

............此处省略145个文件信息

评论

共有 条评论