public SqlEmployeeRepository(TimeCardContext db)
 {
     _db = db;
 }
示例#2
0
 public SqlUnitOfWork()
 {
     _db = new TimeCardContext();
 }