Exemplo n.º 1
0
 public BaseListResponse <SPGetNotificationCenter_Result> GetNotificationCenter([FromUri] NotificationCenterQuery query)
 {
     return(shareService.GetNotifcationCenter(query));
 }