示例#1
0
 public QueryWeek(WeekDto week)
 {
     this.Week = week;
 }
示例#2
0
 public WeekAdapter(WeekDto week)
 {
     this.Week = week;
 }