Exemplo n.º 1
0
 public TagService(TagFactory tagFactory, Data context)
 {
     _tagFactory = tagFactory;
     _context    = context;
 }
Exemplo n.º 2
0
 public MongoDBTagService(TagFactory tagFactory, IMongoClient client)
 {
     _tagFactory = tagFactory;
     _client     = client;
 }