Пример #1
0
 public ActionResult Wipe()
 {
     FlabberUser.Configure(FlabberApplication.ConnectionString, true);
     return(RedirectToAction("Index"));
 }
Пример #2
0
 protected void Application_Start()
 {
     FlabberUser.Configure(ConnectionString, true);
     RegisterRoutes(RouteTable.Routes);
 }