cli doit cibler le projet

This commit is contained in:
2020-09-09 16:44:17 +01:00
parent ce38c6ebc8
commit 9fea4088c2
10 changed files with 174 additions and 13 deletions

View File

@ -14,7 +14,7 @@ namespace testOauthClient.Controllers
{
public class HomeController : Controller
{
ILogger _logger;
readonly ILogger _logger;
public class GCMRegistrationRecord {
public string GCMRegistrationId { get; set; } = "testGoogleRegistrationIdValue";