External database connected

This commit is contained in:
2019-01-18 17:35:36 +01:00
parent 3b75b8377d
commit 25dc803cfd
7 changed files with 184 additions and 2 deletions

View File

@ -9,6 +9,6 @@ namespace Vidly.Models
{
public int Id { get; set; }
public string Name { get; set; }
public bool IsSubscribedToNewsLetter { get; set; }
}
}