namespace Repository.Coupon { public interface ICouponRepository { string GetCouponDiscountValue(string schemeId, string serviceCharge); } }