且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

枚举和3层

更新时间:2023-11-03 23:43:10

有一个包含这些枚举的dll.
使三层中的所有类(需要这些枚举)都引用此dll.

这可能是一种方法.
Have a dll that includes these enums.
Make all classes (that need these enums) in the three layers reference this dll.

This could be one way.