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