Add materials converting from DTOs
This commit is contained in:
@@ -24,7 +24,8 @@ namespace DataAccess.DTOs.Converters
|
||||
this.forceTupleConvertStrategy = forceTupleConvertStrategy;
|
||||
}
|
||||
|
||||
public DesignForceTupleToDTOConvertStrategy() : this(new DesignForceTupleUpdateStrategy(),
|
||||
public DesignForceTupleToDTOConvertStrategy() : this(
|
||||
new DesignForceTupleUpdateStrategy(),
|
||||
new ForceTupleToDTOConvertStrategy())
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user