PageRenderTime 44ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Bifrost.Specs/Events/for_EventRepository/Subjects.cs

#
C# | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 68e09f3ceed1b615cd21ffc11521b431 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. namespace Bifrost.Specs.Events.for_EventRepository
  2. {
  3. public class Subjects
  4. {
  5. public const string getting_events = "Getting events";
  6. public const string saving_events = "Saving events";
  7. }
  8. }