Example #1
0
 public SampleController(IMongoOperation <SampleModel> operation)
 {
     _operation = operation;
 }