예제 #1
0
 public static UserNotification[] Get(
     Model.User.User user, bool seen = false, int limit = 10
     )
 {
     return(UserNotification.Get(user, seen, limit));
 }