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