예제 #1
0
파일: Index.cs 프로젝트: ToJans/mauritius
 public IndexEventhandlers(IndexState state)
 {
     this.state = state;
 }
예제 #2
0
파일: Index.cs 프로젝트: ToJans/mauritius
 public IndexQueries(IndexState state)
 {
     this.state = state;
 }