@@ -12,7 +12,7 @@ using System.Web.Mvc;
namespace CallCenterApi.Interface.Controllers
{
- //[Authority]
+ [Authority]
public class DictionaryController : BaseController
private BLL.T_Sys_DictionaryValue dictionaryValueBLL = new BLL.T_Sys_DictionaryValue();