📄 class1.cs~rf39557d.tmp
字号:
using System;
using System.Collections.Generic;
using System.Text;
namespace BLL
{
public class Class1
{
public bool GetInfo(string username,string userpwd)
{
DAL.Class1 AC=new DAL.Class1();
return AC.GetInfo(username, userpwd);
}
public string getuserlaber(string username,string userpwd)
{
DAL.Class1 Ac1 = new DAL.Class1();
return Ac1.getuserlaber(username,userpwd);
}
public bool updateuser(string username, string userpwd, string userlaber, string userimage)
{
DAL.Class1 Ac2 = new DAL.Class1();
return Ac2.updateuser(username, userpwd,userlaber,userimage);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -