Skip to content

Instantly share code, notes, and snippets.

View jeffgoo's full-sized avatar

Jeff Gustafson jeffgoo

  • Trupanion
  • Seattle
  • 03:59 (UTC -12:00)
View GitHub Profile
@jeffgoo
jeffgoo / ProductPricingFactory.cs
Created May 1, 2018 20:09
Product Pricing Factory implements same interface
using System;
using System.Collections.Generic;
using System.Linq;
namespace Pricing
{
public enum PriceRules
{
BasePrice,
BuyOneGetOneFree