⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class1.cs~rf7c3b58.tmp

📁 数据配置信息 登录数据库为sa 密码123 登录界面的用户信息:shichang 密码:sc
💻 TMP
字号:
using System;
using System.Collections.Generic;
using System.Text;

namespace BLL
{
    public class Class1
    {
        public bool GetInfo(string username,string userpwd)
        { 
            DAL.Class1 AA=new DAL.Class1();
            return  AA.GetInfo(username, userpwd);
               
        }
        public string getuserlaber(string username,string userpwd)
        {
            DAL.Class1 AB = new DAL.Class1();
            return AB.getuserlaber(username,userpwd);
        }
        public bool updateuser(string username, string userpwd, string userlaber, string userimage)
        {
            DAL.Class1 AC = new DAL.Class1();
            return AC.updateuser(username, userpwd,userlaber,userimage);
        }
        public string showpwd(string username)
        {
            DAL.Class1 AD = new DAL.Class1();
            return AD.showpwd(username);

        }
        
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -