From 2b1bfcd50bfc34762f8a2ed57d5099037062bd75 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 12 May 2021 15:36:26 +0300 Subject: Added forgotten usings in add feature template service --- tools/add-feature-template.sh | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3