Exemple #1
0
 public BaseResponse <NotificationCenter> Add(NotificationCenter model)
 {
     return(shareService.AddItemToNotificationCenter(model));
 }