コード例 #1
0
 public static bool Excluir(int id)
 {
     return(Departamento.Excluir(id));
 }