Inital branch of Bengali Development

This commit is contained in:
unknown
2011-12-05 14:53:02 +05:30
parent 232a62f8ca
commit e2db77ea70
57 changed files with 1721 additions and 1580 deletions

View File

@ -21,7 +21,7 @@ namespace Tanshu.Accounts.DAOFactory
public override IConnectionDAO Connection
{
get { return new Tanshu.Accounts.SqlDAO.SqlConnectionDAO(); }
get { return new SqlDAO.SqlConnectionDAO(); }
}
public override ICustomerDAO GetCustomerDAO(IConnectionDAO connection)