diff options
| -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 { |
