예제 #1
0
 public IResult <IReadOnlyCollection <Ad> > GetAdsForUser(int userId)
 {
     return(_context.GetAdsForUser(userId));
 }