Varie code cleanup
This commit is contained in:
@@ -14,12 +14,13 @@ namespace Lux.API.Controllers
|
||||
/// </summary>
|
||||
/// <param name="DLService"></param>
|
||||
/// <param name="iORService"></param>
|
||||
/// <param name="iOrdRService"></param>
|
||||
/// <param name="imgServ"></param>
|
||||
/// <param name="logger"></param>
|
||||
public FileController(IDataLayerServices DLService, IOfferRowService iORService, IImageCacheService imgServ)
|
||||
public FileController(IDataLayerServices DLService, IOfferRowService iORService, IOrderRowService iOrdRService, IImageCacheService imgServ)
|
||||
{
|
||||
_DSService = DLService;
|
||||
_OffRService = iORService;
|
||||
_OrdRService = iOrdRService;
|
||||
_imgService = imgServ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user