Example #1
0
 public Dictionary <Type, Type> ImportPrimaryKeyDefinitions()
 {
     return(Return(MethodInfo.GetCurrentMethod(),
                   () => PrimaryKey.Export()));
 }