Exemplo n.º 1
0
 public static void IfArgumentEmpty(Guid value, [NotNull] string argumentName)
 {
     Fail.RequiresArgumentName(argumentName);
     Fail.IfEmpty(value, Violation.WhenGuidArgumentIsEmpty(argumentName));
 }