Beispiel #1
0
        public response Update(string tableName, int id, string fieldValueCollection)
        {
            //Nomenclator item = JsonConvert.DeserializeObject<Nomenclator>(Find(tableName, id).Message);
            Nomenclator item = (Nomenclator)(Find(tableName, id).Result);

            return(item.Update(fieldValueCollection));
        }
Beispiel #2
0
 public response Update(Nomenclator item)
 {
     return(item.Update());
 }