Esempio n. 1
0
 public bool DeleteOdiByOId(int OId)
 {
     return(oiDal.DeleteOdiByOId(OId) > 0);
 }