示例#1
0
文件: Bl_imp.cs 项目: AviK311/WPF
 public void AddUpdatePassword(string id, string password)
 {
     dal.AddUpdatePassword(id, password);
 }