Example #1
0
 public IndexModel(ApDbContext context)
 {
     _context = context;
 }
 public EFTextFieldRepository(ApDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public CreateModel(ApDbContext context)
 {
     _context = context;
 }
Example #4
0
 public EFServiceItemRepository(ApDbContext context)
 {
     this.context = context;
 }