diff options
Diffstat (limited to 'tools/add-feature-template.sh')
| -rwxr-xr-x | tools/add-feature-template.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/add-feature-template.sh b/tools/add-feature-template.sh index ca0c8d5..b5ab0da 100755 --- a/tools/add-feature-template.sh +++ b/tools/add-feature-template.sh @@ -89,7 +89,7 @@ namespace $project_name.Services.Interfaces } EOF -cat > $dir/${feature_name}Service.cs<< EOF +cat > $dir/Services/${feature_name}Service.cs<< EOF using $project_name.Services.Interfaces; using System; using System.Threading.Tasks; @@ -100,7 +100,7 @@ using $project_name.Services.Models.$feature_name; using System.Collections.Generic; using System.Linq; -namespace $project_name.Services +namespace $project_name.Services.Services { public class ${feature_name}Service : I${feature_name}Service { |
