Exemplo n.º 1
0
 public ProjectService()
 {
     _database = new MongoDbImplementation(TableNameConstants.Projects);
 }
Exemplo n.º 2
0
 public UserService()
 {
     _database = new MongoDbImplementation(TableNameConstants.User);
 }