コード例 #1
0
 public bool DeleteOperator(Operator operatorID)
 {
     return(operatorDAL.Delete(operatorID));
 }