コード例 #1
0
 public EmployeeRepository(nhrappdataContext context) : base(context)
 {
 }
コード例 #2
0
 protected GenericRepository(nhrappdataContext context)
 {
     this.context = context;
 }