예제 #1
0
 public bool Addac(ACCOUNT ac)
 {
     return(acdao.AddAc(ac));
 }