public ConstructionElementService( IConstructionElementRepo constructionElementRepo, IMarkRepo markRepo, IConstructionRepo constructionRepo, IProfileRepo profileRepo, ISteelRepo steelRepo) { _repository = constructionElementRepo; _markRepo = markRepo; _constructionRepo = constructionRepo; _profileRepo = profileRepo; _steelRepo = steelRepo; }
public SteelService(ISteelRepo steelRepo) { _repository = steelRepo; }