コード例 #1
0
ファイル: UsersController.cs プロジェクト: Zarecky/ErrorStore
 public UsersController(ErrorStoreContext db)
 {
     this.db = db;
 }
コード例 #2
0
 public AccountController(ErrorStoreContext db)
 {
     this.db = db;
 }