public DeleteModel(YellowBucket.Data.YellowBucketContext context)
 {
     _context = context;
 }
예제 #2
0
 public EditModel(YellowBucket.Data.YellowBucketContext context)
 {
     _context = context;
 }
 public DetailsModel(YellowBucket.Data.YellowBucketContext context)
 {
     _context = context;
 }
예제 #4
0
 public IndexModel(YellowBucket.Data.YellowBucketContext context)
 {
     _context = context;
 }