コード例 #1
0
 public static Estado ObtenerEstadoId(byte pId)
 {
     return(EstadoDAL.ObtenerPorId(pId));
 }