Exemplo n.º 1
0
 protected void SelfAssertArgumentNotEmpty(string stringValue, string message)
 {
     AssertionConcern.AssertArgumentNotEmpty(stringValue, message);
 }