コード例 #1
0
 public RechnungPaged(RechnungContext db)
 {
     _db = db;
 }
コード例 #2
0
ファイル: index.cshtml.cs プロジェクト: ppedvAG/StuttgartCore
 public indexModel(RechnungContext _db)
 {
     db = _db;
 }
コード例 #3
0
 public RechnungController(RechnungContext context)
 {
     _context = context;
 }
コード例 #4
0
 public ValuesController(RechnungContext db)
 {
     _db = db;
 }