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