PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Samples/Shop/Bifrost.Samples.Shop.Domain/Campaigns/Segment.cs

#
C# | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | 208358ab8b524c4599e74c6e1cf7a4c8 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. namespace Bifrost.Samples.Shop.Domain.Campaigns
  2. {
  3. public enum Segment
  4. {
  5. All,
  6. Consumer,
  7. Organization,
  8. }
  9. }