Ejemplo n.º 1
0
 public bool UpdateInfo(string fields, long id)
 {
     return(dal.UpdateInfo(fields, id) > 0 ? true : false);
 }