Пример #1
0
 public async Task <Tuple <List <BaseNotification>, UserProfile> > AddNotifayToAllWithSend(int userId, Enums.NotifayType notifayType, string title, string content, string link, bool AttachLink, Enums.UserType userType, string entityId, Enums.NotificationEntityType type)
 {
     return(null);
 }
Пример #2
0
 public async Task <Tuple <List <BaseNotification>, UserProfile> > AddNotifayToAll(int userId, Enums.NotifayType notifayType, string title, string content, string link, Enums.UserType userType)
 {
     return(null);
 }