Example #1
0
 public Task SaveProductRuleSetAsync(ProductRuleSet ProductRuleSet, Guid AdvisorId)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void SaveProductRuleSet(ProductRuleSet ProductRuleSet, Guid AdvisorId)
 {
     throw new NotImplementedException();
 }