예제 #1
0
 public static Q HasOData(this INegatableArgumentConstraintManager <Q> that, string odata)
 {
     return(that.HasOData(odata, default));
 }