Beispiel #1
0
 public CreateModel(SimpleWebAppWithNoAuth1.Models.BloggingContext context)
 {
     _context = context;
 }
 public DetailsModel(SimpleWebAppWithNoAuth1.Models.BloggingContext context)
 {
     _context = context;
 }