diff options
Diffstat (limited to 'Source/Assistant/StoreResponse.cs')
-rw-r--r-- | Source/Assistant/StoreResponse.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Source/Assistant/StoreResponse.cs b/Source/Assistant/StoreResponse.cs deleted file mode 100644 index 8e1759d..0000000 --- a/Source/Assistant/StoreResponse.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections.Generic; - -namespace RehauSku.Assistant -{ - public class StoreResponce - { - public Ecommerce Ecommerce { get; set; } - } - - public class Ecommerce - { - public List<Product> Impressions { get; set; } - } - - public class Product : IProduct - { - public string Id { get; set; } - public string Name { get; set; } - public string Price { get; set; } - } -}
\ No newline at end of file |