Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
G10TSI1
Practico1
Commits
7a0ac4de
Commit
7a0ac4de
authored
Apr 08, 2016
by
Bruno Daniel Di Bello Baladan
Browse files
comit para actualizar
parent
d1d595e3
Pipeline
#278
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DataAccessLayer/DALEmployeesMongo.cs
View file @
7a0ac4de
...
...
@@ -19,10 +19,10 @@ namespace DataAccessLayer
private
IMongoClient
_client
;
private
IMongoDatabase
_database
;
public
DALEmployeesMongo
()
{
public
DALEmployeesMongo
()
{
_client
=
new
MongoClient
();
_database
=
_client
.
GetDatabase
(
"tsi_pr1"
);
_database
=
_client
.
GetDatabase
(
"tsi_pr1"
);
}
public
void
AddEmployee
(
Employee
emp
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment