[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting Account.cs,1.5,1.6
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-15 00:08:58
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12886/b4_Business/a1_Financial/a2_Accounting Modified Files: Account.cs Log Message: Moved reporting features from the Account class to the ConsoleManager class (fixed the n-tier approach) Index: Account.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/Account.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Account.cs 14 Aug 2004 21:12:09 -0000 1.5 --- Account.cs 15 Aug 2004 00:08:41 -0000 1.6 *************** *** 107,115 **** } - public void DrawReport() - { - // TO DO !!! - } - public bool Contains( Instrument instrument ) { --- 107,110 ---- |