Esempio n. 1
0
 public bool SaveShowhidePanel(int expand, int userId, string currentPage)
 {
     _commonDataAccess = new CommonDataAccess(_context);
     return(_commonDataAccess.SaveShowhidePanel(expand, userId, currentPage));
 }