Пример #1
0
 public static Projection Create(EventAudit eventAudit, Model.Environment environment)
 {
     return(new Projection(ProjectionAudit.Create(eventAudit), environment));
 }
Пример #2
0
 public static Projection Create(EventAudit eventAudit)
 {
     return(new Projection(ProjectionAudit.Create(eventAudit)));
 }
Пример #3
0
 public static Projection Create(EventAudit eventAudit, Model.Toggle toggle)
 {
     return(new Projection(ProjectionAudit.Create(eventAudit), toggle));
 }
Пример #4
0
 public static Projection Create(EventAudit eventAudit, Model.Project project)
 {
     return(new Projection(ProjectionAudit.Create(eventAudit), project));
 }
Пример #5
0
 public static Projection Create(EventAudit eventAudit, Model.Account account)
 {
     return(new Projection(
                ProjectionAudit.Create(eventAudit),
                account));
 }