Exemple #1
0
 public int RemoveFromBacklog(int id, int userId)
 {
     return(Context.RemoveFromBacklog(id, userId));
 }