Ejemplo n.º 1
0
 public async Task <int> GetNotificationPanelCount(int userId, int branchId)
 {
     return(await _iNotificationQuerie.GetNotificationPanelCount(userId, branchId));
 }