File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
templates/Engine method templates Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
using BH . oM . Base . Attributes ;
28
28
using BH . oM . Base ;
29
29
30
- namespace $rootnamespace $ //`Convert` is a partial class. Remove any reference to `Convert` the from namespace.
30
+ namespace $rootnamespace $ //`Convert` is a partial class. Remove any reference to `Convert` from the namespace.
31
31
{
32
32
public static partial class Convert
33
33
{
Original file line number Diff line number Diff line change 27
27
using BH . oM . Base . Attributes ;
28
28
using BH . oM . Base ;
29
29
30
- namespace $rootnamespace $ //`Create` is a partial class. Remove any reference to `Create` the from namespace.
30
+ namespace $rootnamespace $ //`Create` is a partial class. Remove any reference to `Create` from the namespace.
31
31
{
32
32
public static partial class Create
33
33
{
Original file line number Diff line number Diff line change 27
27
using BH . oM . Base . Attributes ;
28
28
using BH . oM . Base ;
29
29
30
- namespace $rootnamespace $ //`Modify` is a partial class. Remove any reference to `Modify` the from namespace.
30
+ namespace $rootnamespace $ //`Modify` is a partial class. Remove any reference to `Modify` from the namespace.
31
31
{
32
32
public static partial class Modify
33
33
{
Original file line number Diff line number Diff line change 27
27
using BH . oM . Base . Attributes ;
28
28
using BH . oM . Base ;
29
29
30
- namespace $rootnamespace $ //`Query` is a partial class. Remove any reference to `Query` the from namespace.
30
+ namespace $rootnamespace $ //`Query` is a partial class. Remove any reference to `Query` from the namespace.
31
31
{
32
32
public static partial class Query
33
33
{
You can’t perform that action at this time.
0 commit comments