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
2 replies
Advice on making sure an object cannot be added to another list
I've got a program with boats, companies and fleets, if a ship is added to one fleet it cannot be added to another fleet, could someone give me some guideness as to how to achive this?
108 replies