Пример #1
0
 public ActionResult Index()
 {
     ViewBag.Rule = RuleModel.Create(typeof(DepositLimitRule));
     return(View());
 }