Exemplo n.º 1
0
 public IActionResult AddSign() => View(new AddSignViewModel()
 {
     Types = _signService.GetSignTypes()
 });