in ax, we do have business layer call onion layer,
the purpose is to separate the business layer for customization on users
the concept is, layer sys will be overridden by layer gls on so on until layer usr
all table and all function that customized will be replaced on those layer
now, we make the same thing on c#, how to do it?
for example you can download it ConsoleApplication1