Exemplo n.º 1
0
 public int GetNewIndentity()
 {
     try
     {
         return(phieuthuephongDAO.GetLastIdentity() + 1);
     }
     catch (Exception e)
     {
         throw e;
     }
 }