Auto stash before rebase of "origin/zmiguel"

This commit is contained in:
José Valdiviesso 2019-02-14 20:40:19 +00:00
parent 16ae25f535
commit 50cbce7295
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace api
services.AddAutoMapper();
services.AddScoped<IUsersRepository, UsersRepository>();
//define a connection string indicada em appsettings.json
services.AddDbContext<DataContext>(x=>x.UseMySql(Configuration.GetConnectionString("DefaultConnection")));