C#C
C#2y ago
TheUnquiet

Advice for 3 Layer Architecture,

i have a 3 layer Architecture project, I have to add Clients, Orders and Products should I make a OrdersManager, ProductManager and so on?
Same question but with the repo that will write to the database should I have one for the entire project or one for each type?
I'd really like some advice
Was this page helpful?