Update two ms.date values (#13307)

pull/13308/head
Luke Latham 2019-07-15 15:52:44 -05:00 committed by GitHub
parent 1ea9fda18b
commit 60517d289a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ title: Razor Pages with EF Core in ASP.NET Core - CRUD - 2 of 8
author: rick-anderson
description: Shows how to create,read,update,delete with EF Core
ms.author: riande
ms.date: 06/31/2017
ms.date: 06/30/2017
uid: data/ef-rp/crud
---
# Razor Pages with EF Core in ASP.NET Core - CRUD - 2 of 8

View File

@ -3,7 +3,7 @@ title: Razor Pages with EF Core in ASP.NET Core - Migrations - 4 of 8
author: rick-anderson
description: In this tutorial, you start using the EF Core migrations feature for managing data model changes in an ASP.NET Core MVC app.
ms.author: riande
ms.date: 06/31/2017
ms.date: 06/30/2017
uid: data/ef-rp/migrations
---