Update Data-Transfer-Objects.md

Fix spelling mistake.
pull/1071/head
CdLian 6 years ago committed by GitHub
parent 3d06fa0a15
commit 438e133f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,4 +5,4 @@
* **推荐** 定义 **public getter 和 setter** 的DTO成员 .
* **推荐** 使用 **data annotations** **验证** service输入DTO的属性.
* **不推荐** 在DTO中添加任何 **逻辑**, 在必要的时候可以实现 `IValidatableObject` 接口.
* **推荐** 为所有的DTO标记 **[Serializable]** Attribute. 因为它们已经是可序列化的, 开发员可能会希望进行二进制序列化.
* **推荐** 为所有的DTO标记 **[Serializable]** Attribute. 因为它们已经是可序列化的, 开发员可能会希望进行二进制序列化.

Loading…
Cancel
Save