コード例 #1
0
 public DutyTypeRepository()
 {
     context = new DutyFierContext();
 }
コード例 #2
0
 public PositionRepository()
 {
     context = new DutyFierContext();
 }
コード例 #3
0
 public PersonDutyFeedbackRepository()
 {
     context = new DutyFierContext();
 }
コード例 #4
0
 public ExecuterRepository()
 {
     context = new DutyFierContext();
 }
コード例 #5
0
 public DaysOfWeekWeightRepository()
 {
     context = new DutyFierContext();
 }