public CountryController() { sessid = Convert.ToString(System.Web.HttpContext.Current.Session["usercode"]); // "a"; //Convert.ToString(Session["UserId"]); if (sessid == "") { return; } branchcode = Convert.ToString(System.Web.HttpContext.Current.Session["branchcode"]); partnername = Convert.ToString(System.Web.HttpContext.Current.Session["partnername"]); usertype = Convert.ToString(System.Web.HttpContext.Current.Session["usertype"]); inv = new inventoryforwebappEntities(); ccls = new Add_CountryInsert(); }
public ChallanOutController() { sessid = Convert.ToString(System.Web.HttpContext.Current.Session["usercode"]); // "a"; //Convert.ToString(Session["UserId"]); if (sessid == "") { return; } branchcode = Convert.ToString(System.Web.HttpContext.Current.Session["branchcode"]); partnername = Convert.ToString(System.Web.HttpContext.Current.Session["partnername"]); usertype = Convert.ToString(System.Web.HttpContext.Current.Session["usertype"]); // sessid = "a"; // Convert.ToString(Session["UserId"]); con = new SqlConnection(ConfigurationManager.ConnectionStrings["SqlCon"].ConnectionString); pcls = new PurchaseEntryDal(); ccls = new ChallanDAL(); inv = new inventoryforwebappEntities(); acicls = new Add_CountryInsert(); }