diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-12 15:36:26 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-12 15:36:26 +0300 |
| commit | 2b1bfcd50bfc34762f8a2ed57d5099037062bd75 (patch) | |
| tree | bc06bce7fdebe92eb6a48c00ca1960c52c10d098 /tools | |
| parent | ad5a3c3ffa994c2ed079f34eea6241a9c4a40786 (diff) | |
| download | it-kariera-exam-template-2b1bfcd50bfc34762f8a2ed57d5099037062bd75.tar it-kariera-exam-template-2b1bfcd50bfc34762f8a2ed57d5099037062bd75.tar.gz it-kariera-exam-template-2b1bfcd50bfc34762f8a2ed57d5099037062bd75.zip | |
Added forgotten usings in add feature template service
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/add-feature-template.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/add-feature-template.sh b/tools/add-feature-template.sh index 8146c22..131f2c0 100755 --- a/tools/add-feature-template.sh +++ b/tools/add-feature-template.sh @@ -73,6 +73,8 @@ using AutoMapper; using $project_name.Data; using $project_name.Data.Models; using $project_name.Services.Models.$feature_name; +using System.Collections.Generic; +using System.Linq; namespace $project_name.Services { |
