예제 #1
0
 public Repository(PersonRegister_DbContext context) => this.context = context;
예제 #2
0
 public PersonRepository(PersonRegister_DbContext context) : base(context)
 {
 }
예제 #3
0
 public PersonReport(PersonRegister_DbContext context) => this.context = context;