示例#1
0
 public DTO.OfferStatusDTO GetAdminDashboardOfferNotApprovedYetDTOs(int userId, string season, out Library.DTO.Notification notification)
 {
     return(factory.GetAdminDashboardOfferNotApprovedYetDTOs(userId, season, out notification));
 }