public DigitalResourcesMapping()
 {
     unitOfWork = new UnitOfWork();
     service    = new LessonPlanMapping();
 }
Exemplo n.º 2
0
 public LessonPlanService()
 {
     LessonPlanMapping = new LessonPlanMapping();
     UnitOfWork        = new UnitOfWork();
 }