API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20200914092358_Update.cs 340B

1234567891011121314151617
  1. using Microsoft.EntityFrameworkCore.Migrations;
  2. namespace UnivateProperties_API.Migrations
  3. {
  4. public partial class Update : Migration
  5. {
  6. protected override void Up(MigrationBuilder migrationBuilder)
  7. {
  8. }
  9. protected override void Down(MigrationBuilder migrationBuilder)
  10. {
  11. }
  12. }
  13. }