Exemplo n.º 1
0
 public async Task <IEnumerable <Log_Master> > GetList(LogSource source, int?level = null, DateTime?from = null, DateTime?to = null)
 => (await _logger.GetList(source, level, from, to)).ToList();