예제 #1
0
 public int DeleteByPhaseID(int phaseID)
 {
     return(dal.DeleteByPhaseID(phaseID));
 }