Customer almost done. need to make ctor that can make Customer from db

This commit is contained in:
MassiveAtoms
2019-06-26 23:32:06 -03:00
parent b377ca043d
commit 77919e4ce0
5 changed files with 76 additions and 32 deletions

View File

@@ -5,4 +5,8 @@ IndentWidth: 4
Language: Cpp
PointerAlignment: Left
ColumnLimit: 160
ColumnLimit: 120
AllowAllArgumentsOnNextLine: true
BreakConstructorInitializersStyle : BCIS_AfterColon
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true