public BaseElementController()
		{
			MainUnitOfWork = new ElementUnitOfWork();		
		}
Ejemplo n.º 2
0
 public ElementController()
 {
     MainUnitOfWork = new ElementUnitOfWork();
 }