예제 #1
0
 public void Insert(string Pwd, string Name)
 {
     _dal.Insert(Pwd, Name);
 }