| 1234567891011121314151617 |
- using Microsoft.EntityFrameworkCore.Migrations;
- namespace DutchTreat.Migrations
- {
- public partial class Identity : Migration
- {
- protected override void Up(MigrationBuilder migrationBuilder)
- {
- }
- protected override void Down(MigrationBuilder migrationBuilder)
- {
- }
- }
- }
|