Пример #1
0
 public static Estado BuscarPorId(byte pId)
 {
     return(EstadoDAL.BuscarPorId(pId));
 }