Exemple #1
0
 public int Insert(PhieuThuePhongVO phieuthuephongVO)
 {
     try
     {
         return(phieuthuephongDAO.Insert(phieuthuephongVO));
     }
     catch (Exception e)
     {
         throw e;
     }
 }