示例#1
0
 protected override bool OnSaveCanExecute()
 {
     return(HasChanges && ProductTypes.All(p => !p.HasErrors));
 }