예제 #1
0
 public EmployeesController(IDAWebAPIEFCore <Employees, int> repo)
 {
     _iRepo = repo;
 }
        public void CreateContext()
        {
            IEmployeeContext context = InitialTest.SeedDatabaseFourEmployees();

            _iRepo = repo;
        }