예제 #1
0
 public bool UpdateClient(Client inst)
 {
     return(cl.UpdateClient(inst));
 }