📄 class1.cs~rf7f4aea.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);
}
public bool inserly(string username)
{
DAL.Class1 AE = new DAL.Class1();
return AE.inserly(username);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -