예제 #1
0
파일: VeiculoBLL.cs 프로젝트: rm330275/SAEI
 public bool Delete(int id)
 {
     try
     {
         return(dados.Delete(id));
     }
     catch (Exception)
     {
         throw;
     }
 }