Beispiel #1
0
 public static List <Media> getMediaTop5(string UserId, int Type)
 {
     return(MediaDAL.getMediaTop5(UserId, Type));
 }