예제 #1
0
 public async Task <List <NotificationPanelModel> > GetNotificationPanel(string userRoleName, int userId, int branchId, int committeeId)
 {
     return(await _iNotificationQuerie.GetNotificationPanel(userRoleName, userId, branchId, committeeId));
 }