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