Refactoring set using account

This commit is contained in:
Torkel Ödegaard
2014-12-19 13:12:47 +01:00
parent 607b0c0c0e
commit 5dcf6ff2d3
5 changed files with 64 additions and 32 deletions
+5
View File
@@ -64,6 +64,11 @@ type CreateAccountCommand struct {
Result Account `json:"-"`
}
type SetUsingAccountCommand struct {
AccountId int64
UsingAccountId int64
}
// returns a view projection
type GetAccountInfoQuery struct {
Id int64