Ejemplo n.º 1
0
 public void UpdateCardName(string id, string name)
 {
     db_.UpdateField <string, CardModel>(id, "Name", name, "Cards");
 }