Various fixes to data access

This commit is contained in:
Torkel Ödegaard
2015-01-20 15:23:14 +01:00
parent 0a695ba17a
commit 4ea5d80099
8 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ type GetAccountByIdQuery struct {
type UserAccountDTO struct {
AccountId int64 `json:"accountId"`
Name string `json:"email"`
Name string `json:"name"`
Role RoleType `json:"role"`
IsUsing bool `json:"isUsing"`
}