Exemplo n.º 1
0
 public InsertDoc()
 {
     Constraints.Add(ParentConstraint.CheckThatParentsAreOfType <InsertDoc, ParentScope>("Activity is valid only inside Mongo Database Scope"));
 }
Exemplo n.º 2
0
 public DeleteCollection()
 {
     Constraints.Add(ParentConstraint.CheckThatParentsAreOfType <DeleteCollection, ParentScope>("Activity is valid only inside Mongo Database Scope"));
 }