Example #1
0
 public EmployeeDAL(CompanyContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }