Esempio n. 1
0
 public ExportController(IWorkEntriesService workEntriesService)
 {
     _workEntriesService = workEntriesService ?? throw new ArgumentNullException(nameof(workEntriesService));
 }