public void Insert(string Ma, string Mota, short?Stt, int?IdDichvuchitiet, string Bodypart, string Viewposition, byte?Rtxt, byte?TopLabel, string MaDoc) { DynamicField item = new DynamicField(); item.Ma = Ma; item.Mota = Mota; item.Stt = Stt; item.IdDichvuchitiet = IdDichvuchitiet; item.Bodypart = Bodypart; item.Viewposition = Viewposition; item.Rtxt = Rtxt; item.TopLabel = TopLabel; item.MaDoc = MaDoc; item.Save(UserName); }
public bool Destroy(object Id) { return(DynamicField.Destroy(Id) == 1); }
public bool Delete(object Id) { return(DynamicField.Delete(Id) == 1); }