Exemplo n.º 1
0
 public static int AnotherNumber(this ShouldMapMethodExtensionMethods.Source source)
 {
     return(source.AnotherValue);
 }
Exemplo n.º 2
0
 public static int SomeNumber(this ShouldMapMethodExtensionMethods.Source source)
 {
     return(source.SomeValue);
 }