-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit fad81c3
committed
refactor some codes
Modified : src/OA.Service/Exceptions/ApiException.cs
Modified : src/OA.Service/Features/CustomerFeatures/Commands/CreateCustomerCommand.cs
Modified : src/OA.Service/Features/CustomerFeatures/Commands/DeleteCustomerByIdCommand.cs
Modified : src/OA.Service/Features/CustomerFeatures/Commands/UpdateCustomerCommand.cs
Modified : src/OA.Service/Features/CustomerFeatures/Queries/GetAllCustomerQuery.cs
Modified : src/OA.Service/Features/CustomerFeatures/Queries/GetCustomerByIdQuery.cs
Modified : src/OA.Service/Implementation/AccountService.cs
Modified : src/OA.Service/Implementation/MailService.cs1 parent 9c3865d commit fad81c3
File tree
8 files changed
+33
-26
lines changed- src/OA.Service
- Exceptions
- Features/CustomerFeatures
- Commands
- Queries
- Implementation
8 files changed
+33
-26
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | - | ||
12 | + | ||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
|
Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | - | ||
25 | - | ||
26 | - | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
27 | 37 |
| |
28 | 38 |
| |
29 | 39 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
15 | + | ||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
34 | 43 |
| |
35 | 44 |
| |
36 | 45 |
| |
|
Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
16 | + | ||
21 | 17 |
| |
22 | 18 |
| |
23 | 19 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | - | ||
16 | - | ||
17 | - | ||
16 | + | ||
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
|
Lines changed: 3 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | - | ||
105 | - | ||
106 | - | ||
107 | - | ||
108 | - | ||
109 | - | ||
104 | + | ||
110 | 105 |
| |
111 | 106 |
| |
112 | 107 |
| |
| |||
147 | 142 |
| |
148 | 143 |
| |
149 | 144 |
| |
150 | - | ||
151 | - | ||
145 | + | ||
146 | + | ||
152 | 147 |
| |
153 | 148 |
| |
154 | 149 |
| |
| |||
188 | 183 |
| |
189 | 184 |
| |
190 | 185 |
| |
191 | - | ||
192 | - | ||
193 | 186 |
| |
194 | 187 |
| |
195 | 188 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
29 | - | ||
28 | + | ||
29 | + | ||
30 | 30 |
| |
31 | - | ||
31 | + | ||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
0 commit comments