Example #1
0
 public SpecificationBuilder <T> DisableTracking()
 {
     _relationalSpecification.DisableTracking();
     return(this);
 }