Beispiel #1
0
 public DeleteModel(RestFull.Data.SQL.RestFullDbContext context)
 {
     _context = context;
 }
 public EditModel(RestFull.Data.SQL.RestFullDbContext context)
 {
     _context = context;
 }
 public CreateModel(RestFull.Data.SQL.RestFullDbContext context, IHtmlHelper htmlHelper)
 {
     _context        = context;
     this.htmlHelper = htmlHelper;
 }