Exemplo n.º 1
0
 public BaseResponse <UserNotification> Add(UserNotification model)
 {
     return(shareService.AddUserNotification(model));
 }