示例#1
0
 public List <Notification> GetNotificationByJobRole(string permissionEnum)
 {
     return(NotificationData.GetByJobRole(permissionEnum));
 }