public LatestProfile( IListenedShow latestShow, IShow show, UserProfile profile, ISubscription subscription ) { LatestListenedShow = latestShow; LatestShow = show; Profile = profile; Subscription = subscription; }
public ProfileService( string userName ) { _Profile = UserProfile.GetUserProfile( userName ); }