public PracticController(IPracticService practicService, ILogger <PracticController> logger) { _practicService = practicService; _logger = logger; }
public ReportGeneration(IReportGen reportGen, IPracticService practicService, IStudService studService) { _reportGen = reportGen; _practicService = practicService; _studService = studService; }