diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-07-04 11:33:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-07-04 11:33:29 +0300 |
commit | dca3481e9a91e1c9d5b86e1508b0a2993088e759 (patch) | |
tree | 208550ad4a4e541248a87583552e3beaa0713790 /src/Assistant/StoreResponse.cs | |
parent | 10e6a108f974b3e2541ec322f99e60ec5ab7d9f7 (diff) |
Remove Store Functions
Diffstat (limited to 'src/Assistant/StoreResponse.cs')
-rw-r--r-- | src/Assistant/StoreResponse.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Assistant/StoreResponse.cs b/src/Assistant/StoreResponse.cs deleted file mode 100644 index 1a9b1c5..0000000 --- a/src/Assistant/StoreResponse.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections.Generic; - -namespace RehauSku.Assistant -{ - class StoreResponce - { - public Ecommerce Ecommerce { get; set; } - } - - class Ecommerce - { - public List<Product> Impressions { get; set; } - } - - class Product : IProduct - { - public string Id { get; set; } - public string Name { get; set; } - public string Price { get; set; } - } -}
\ No newline at end of file |