Esempio n. 1
0
 public int Delete(int maPhieu)
 {
     try
     {
         return(phieuthuephongDAO.Delete(maPhieu));
     }
     catch (Exception e)
     {
         throw e;
     }
 }