Beispiel #1
0
 public Set Update(Set updatedSet)
 {
     return(_setRepository.Update(updatedSet));
 }