コード例 #1
0
 public ToDoSampleRepository(ToDoSampleContext context) : base(context)
 {
     _context = context;
 }
コード例 #2
0
 public GenericRepository(ToDoSampleContext context)
 {
     _context = context;
 }