public dynamic GetNotificationInfo(int?companyID, int?loggedUser, int?ModuleID)
        {
            //  Thread.Sleep(100);
            //var type = objService.GetNotificationInfo(companyID, loggedUser, ModuleID);
            var type = objService.GetNotificationInfoes(companyID, loggedUser, ModuleID);

            return(type);
        }
Example #2
0
        public dynamic GetNotificationInfo(int?companyID, int?loggedUser, int?ModuleID)
        {
            var type = objService.GetNotificationInfoes(companyID, loggedUser, ModuleID);

            return(type);
        }