Пример #1
0
 public bool UpdateWorkPlace(IEnumerable <WorkPlace> parData)
 {
     return(db.ReplaceWorkPlace(parData));
 }