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