public Repository(YsbqcSetting _set, IHostingEnvironment _he) { he = _he; set = _set; insert(); }
public Service(YsbqcSetting _set, Repository _rep, IHostingEnvironment _he) { he = _he; set = _set; repos = _rep; }