public ActionResult Index(TypeIdentityVM typeIdentity)
 {
     return(View(typeIdentity));
 }
예제 #2
0
 public ActionResult EntityTypeNotFound(TypeIdentityVM typeIdentity)
 {
     return(View(typeIdentity));
 }