Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
VDS-393: Use user groups from index (#47)
Browse files Browse the repository at this point in the history
* VDS-393: Use usergroups from index

* Fix code smells

* Check for groups field existance in index document
  • Loading branch information
asvishnyakov authored Dec 10, 2020
1 parent 2252c7b commit 028866d
Show file tree
Hide file tree
Showing 5 changed files with 2,199 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using System.Collections.Generic;
using System.Threading.Tasks;

namespace VirtoCommerce.Storefront.Model.Customer.Services
{
public interface IDemoMemberService
{
Task<IDictionary<string, object>> GetMemberIndexByIdAsync(string memberId);
}
}
Loading

0 comments on commit 028866d

Please sign in to comment.