Ejemplo n.º 1
0
 public async Task <List <NotificationPanelModel> > GetNotificationPanelForCr(string cr)
 {
     return(await _iNotificationQuerie.GetNotificationPanelForCr(cr));
 }