Beispiel #1
0
 public OpsTenantController(IMapper mapper)
 {
     Repository   = new DAL.MyDbContext();
     this._mapper = mapper;
 }
Beispiel #2
0
 public CoreBuildingController(IMapper mapper)
 {
     Repository   = new DAL.MyDbContext();
     this._mapper = mapper;
 }