Exemplo n.º 1
0
 public async Task <ActionResult> Logs(LogFilter model)
 {
     return(ModelState.IsValid ? View(await EnvironmentType.GetFor(model.UserSelectedEnvironment).LogFilter(model)) : View("Index", model));
 }