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