Example #1
0
 public RecentFileController(IRecentFileService recentFileService, IMapper mapper)
 {
     _recentFileService = recentFileService;
     _mapper            = mapper;
 }