예제 #1
0
 public ACCOUNT ACCOUNTByID(int ID)
 {
     return(acdao.ACCOUNTByID(ID));
 }