public CustomerRepository(IEntityProjector theProjector)
 {
     projector = theProjector;
 }
Esempio n. 2
0
 static MyExtentions()
 {
     //You can get it from your dependecy injection container if you use one
     projector = new EntityProjector();
 }