Exemple #1
0
 public DetailsModel(MasterChannelMap.Data.MasterChannelMapContext context)
 {
     _context = context;
 }
Exemple #2
0
 public IndexModel(MasterChannelMap.Data.MasterChannelMapContext context)
 {
     _context = context;
 }
Exemple #3
0
 public CreateModel(MasterChannelMap.Data.MasterChannelMapContext context)
 {
     _context = context;
 }