示例#1
0
 public EmployeeSQLRepository(APPDbContext appdbcontext)
 {
     _appdbcontext = appdbcontext;
 }
示例#2
0
 public DepartmentSQLRepository(APPDbContext appContext)
 {
     _appContext = appContext;
 }