Exemplo n.º 1
0
 public string GetDiscountPolicy(int storeID)
 {
     return(storeManagment.GetDiscountPolicy(storeID));
 }