public ActionResult Index(TypeIdentityVM typeIdentity)
 {
     return(View(typeIdentity));
 }
Exemplo n.º 2
0
 public ActionResult EntityTypeNotFound(TypeIdentityVM typeIdentity)
 {
     return(View(typeIdentity));
 }