diff options
Diffstat (limited to 'samples/RelyingPartyPortal/Code/CustomStoreDataSet.cs')
-rw-r--r-- | samples/RelyingPartyPortal/Code/CustomStoreDataSet.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/RelyingPartyPortal/Code/CustomStoreDataSet.cs b/samples/RelyingPartyPortal/Code/CustomStoreDataSet.cs new file mode 100644 index 0000000..d53f870 --- /dev/null +++ b/samples/RelyingPartyPortal/Code/CustomStoreDataSet.cs @@ -0,0 +1,6 @@ +namespace ConsumerPortal.Code {
+
+
+ public partial class CustomStoreDataSet {
+ }
+}
|