Exemplo n.º 1
0
 public int Update(T_PERSON model)
 {
     return(_UserOperate.Update(model));
 }