Ejemplo n.º 1
0
        public string GetBusinessTypes()
        {
            BusinessTypeContext btc = new BusinessTypeContext();
            DataTable           bts = btc.GetBusinessTypes();

            return(JsonHelper.DataTableToJSON(bts));
        }
Ejemplo n.º 2
0
        public string GetBusinessType()
        {
            BusinessTypeContext bc = new BusinessTypeContext();
            DataTable           dt = bc.GetBusinessTypes();

            return(JsonHelper.DataTableToJSON(dt));
        }