Exemple #1
0
 public Repository(YsbqcSetting _set, IHostingEnvironment _he)
 {
     he  = _he;
     set = _set;
     insert();
 }
Exemple #2
0
 public Service(YsbqcSetting _set, Repository _rep, IHostingEnvironment _he)
 {
     he    = _he;
     set   = _set;
     repos = _rep;
 }