Example #1
0
 public CombiLogController(IServiceProvider serviceProvider, CombiLogRepository combiLogRepository) : base(serviceProvider)
 {
     this.combiLogRepository = combiLogRepository;
 }
Example #2
0
 public LogController(CombiLogRepository combiLogRepository)
 {
     this.combiLogRepository = combiLogRepository;
 }