GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Eng/Accounts.h
Go to the documentation of this file.
1#line 2 "src/Eng/Accounts.h"
2
3#ifndef __ENG_ACCOUNTS_H___
4#define __ENG_ACCOUNTS_H___
5
6#include <string>
7
8#include "../Dbo/Accounts/Accounts.h"
9
10namespace GCW {
11 namespace Eng {
12
14{
15 public:
16
17 Accounts();
18
19 static GCW::Dbo::Accounts::Item::Ptr byGuid( const std::string & _accountGuid );
20
21 private:
22
23}; // endclass Accounts
24
25 } // namespace Eng {
26} // endnamespace GCW {
27
28
29#endif // #ifndef __ENG_ACCOUNTS_H___
30
31
32
static GCW::Dbo::Accounts::Item::Ptr byGuid(const std::string &_accountGuid)
Definition App.h:18