Exemple #1
0
 public FromHourResult(HourResult result)
 {
     Result = result;
 }
Exemple #2
0
 public static FromHourResult From(this HourResult result)
 {
     return(new FromHourResult(result));
 }
Exemple #3
0
 public FromHourResult(HourResult result)
 {
     Result = result;
 }