public static ProductionScheduleKey ToProductionScheduleKey(this IProductionScheduleKey k)
 {
     return(new ProductionScheduleKey(k));
 }
Beispiel #2
0
 public UpdateProductionSchedulePackSchedulesCommandParameters(IProductionScheduleKey productionScheduleKey)
 {
     ProductionScheduleKey = new ProductionScheduleKey(productionScheduleKey);
 }