Example #1
0
 public bool Delete(object IdIdioma)
 {
     return(SysIdioma.Delete(IdIdioma) == 1);
 }