コード例 #1
0
 public DeleteModel(FullOwnershipContentContext dbContext, IImageStore imageStore)
 {
     this.DbContext  = dbContext;
     this.ImageStore = imageStore;
 }
コード例 #2
0
 public InsertModel(FullOwnershipContentContext dbContext)
 {
     this.DbContext = dbContext;
 }
コード例 #3
0
 public DeleteModel(FullOwnershipContentContext dbContext)
 {
     this.DbContext = dbContext;
 }