예제 #1
0
 public TodoItemRepo(TodoContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }