示例#1
0
 public bool SaveOperator(Operator newItem)
 {
     return(operatorDAL.Save(newItem));
 }