Exemplo n.º 1
0
        public List <RootObject> GetAll(string json)
        {
            InsuredData awesome  = new InsuredData(json);
            var         products = awesome.DeserializeInsurance(json);

            return(products.ToList());
        }
Exemplo n.º 2
0
        protected void imbEdit_Click(object sender, ImageClickEventArgs e)
        {
            decimal id;

            if (decimal.TryParse(((ImageButton)sender).CommandArgument, out id))
            {
                _InsuredCompany    = ObtScr019Biz.GetEditInsuredData(id);
                txtCodeAdd.Enabled = false;
            }
        }