namespace YLErp.Modules.DataProviderModule { /// /// /// public interface ITradeCashPreDataProvider { IEnumerable GetTradeCashPres(int tradeId); } }