Exemple #1
0
 public bool UpdateNotificationForUser(int accountid, int typeid, int timetillsend)
 {
     return(context.UpdateNotificationForUser(accountid, typeid, timetillsend));
 }