public GatewaySatOfficeBL()
 {
     _unitOfWork    = GetUnitOfWork();
     cityService    = new CityBL(_unitOfWork);
     clusterService = new ClusterBL(_unitOfWork);
 }
Ejemplo n.º 2
0
 public AreaBL()
 {
     _unitOfWork    = GetUnitOfWork();
     cityService    = new CityBL(_unitOfWork);
     clusterService = new ClusterBL(_unitOfWork);
 }