コード例 #1
0
 public AccountRepository(SeraphEntities context)
 {
     this._context = context;
 }
コード例 #2
0
 public BookmarkRepository(SeraphEntities context)
 {
     this._context = context;
 }
コード例 #3
0
 public EmployeeRepository(SeraphEntities context)
 {
     this._context = context;
 }