Пример #1
0
 public static void updatefeature(int fid, string feature)
 {
     if (HttpContext.Current.Session["Type"].ToString().ToLower().Equals("admin"))
     {
         myDAL obj = new myDAL();
         obj.updatefeature(fid, feature);
     }
 }