public void VolMax() { var cfg = new CargosCliDao(); var result = cfg.GetVolMax("65281502", 7460, 3); Assert.IsTrue(result != null); }
public VolMaxDto getVM_Obr(String obra, Int32 idOrg, Int32 idSector) { return(_cCli.GetVolMax(obra, idOrg, idSector)); }