Esempio n. 1
0
 public Notification GetNotificationForUser(int accountid)
 {
     return(context.GetNotificationForUser(accountid));
 }