Google Api

This commit is contained in:
Paul Schneider 2017-06-20 02:47:52 +02:00
commit 83f9fc1bd8
123 changed files with 12961 additions and 60 deletions

View file

@ -120,6 +120,8 @@ namespace Yavsc.Controllers
}
public IActionResult Todo()
{
User.GetUserId();
return View();
}