File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ <h4>Add Address On User Create/Edit</h4>
106
106
object which contains a < strong > UserEditDto</ strong > object that includes user
107
107
properties. So, we should add Address to UserEditDto to allow clients to change
108
108
Address property on create/update:</ p >
109
- < pre lang ="cs "> public class UserEditDto : IValidate, IPassivable
109
+ < pre lang ="cs "> public class UserEditDto : IPassivable
110
110
{
111
111
//...existing code
112
112
228
228
< a href ="http://www.aspnetboilerplate.com/Pages/Documents/Data-Transfer-Objects " target ="_blank ">
229
229
DTOs</ a > for client communication). So, we should add the Price property to
230
230
EditionListDto too:</ p >
231
- < pre lang ="cs "> [AutoMapFrom(typeof(Edition) < strong > , typeof(MyEdition)</ strong > )]
231
+ < pre lang ="cs "> [AutoMapFrom(< strong > typeof(MyEdition)</ strong > )]
232
232
public class EditionListDto : EntityDto, IHasCreationTime
233
233
{
234
234
//...existing code
You can’t perform that action at this time.
0 commit comments