Skip to content

Commit

Permalink
Introducing the filter by region and categories for selection of tour…
Browse files Browse the repository at this point in the history
…ist spot
  • Loading branch information
joaquinlamela committed Nov 24, 2020
1 parent cec1ab1 commit 7821664
Show file tree
Hide file tree
Showing 24 changed files with 1,104 additions and 217 deletions.
1 change: 1 addition & 0 deletions Uru_NaturalBooking/DataAccess/ContextObl.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Domain;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.EntityFrameworkCore.SqlServer;
using System;
using System.Collections.Generic;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using Microsoft.EntityFrameworkCore.Migrations;

namespace DataAccess.Migrations
{
public partial class ObligatorioMigrationV223_11_2020 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{

}

protected override void Down(MigrationBuilder migrationBuilder)
{

}
}
}
Loading

0 comments on commit 7821664

Please sign in to comment.