totem custo: new routes

This commit is contained in:
Paul Schneider 2015-10-10 23:23:04 +02:00
commit c962998aaa
23 changed files with 335 additions and 167 deletions

View file

@ -26,6 +26,11 @@ namespace Yavsc.Controllers
/// </summary>
public class GoogleController : Controller
{
public ActionResult Index()
{
return View ();
}
private string SetSessionSate ()
{
string state = "security_token";