コード例 #1
0
 public string PropertyAttributes(IDTOModel dto, IDTOField field)
 {
     return("[DataMember]");
 }
コード例 #2
0
 public string PropertyAttributes(IDTOField field)
 {
     return(_decoratorDispatcher.Dispatch(x => x.PropertyAttributes(Model, field)));
 }