예제 #1
0
 public virtual void UpdateClient(Client entity)
 {
     entityDao.UpdateClient(entity);
 }