예제 #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));
 }