コード例 #1
0
 public CustomerRepository(IEntityProjector theProjector)
 {
     projector = theProjector;
 }
コード例 #2
0
 static MyExtentions()
 {
     //You can get it from your dependecy injection container if you use one
     projector = new EntityProjector();
 }