public void TestMethod1() { DespachosController dController = new DespachosController(); dController.GetData((int)DespachosController.ActionType.ImportDespachos); }
public ImportOrdEnvios() { InitializeComponent(); controller = new DespachosController(); }