예제 #1
0
 public int UpdClient(ClientInfo client)
 {
     return(ClientBll.Upd(client));
 }