Esempio n. 1
0
 public UserManagerService(GereedshapAppContext context)
 {
     this._context = context;
 }
Esempio n. 2
0
 public ItemsService(GereedshapAppContext context)
 {
     this._context = context;
 }
 public DocumentsService(GereedshapAppContext context)
 {
     this._context = context;
 }
Esempio n. 4
0
 public PicturesService(GereedshapAppContext context)
 {
     this._context = context;
 }