public DutyTypeRepository()
 {
     context = new DutyFierContext();
 }
 public PositionRepository()
 {
     context = new DutyFierContext();
 }
 public PersonDutyFeedbackRepository()
 {
     context = new DutyFierContext();
 }
 public ExecuterRepository()
 {
     context = new DutyFierContext();
 }
示例#5
0
 public DaysOfWeekWeightRepository()
 {
     context = new DutyFierContext();
 }