Is it better to create a new postmark client for each controller, or should we be using a Singleton or something like that and create only one client?
For reference, Microsoft tutorials for MongoDB creates a service for a collection and uses that service/singleton to insert/get.
Is it better to create a new postmark client for each controller, or should we be using a Singleton or something like that and create only one client?
For reference, Microsoft tutorials for MongoDB creates a service for a collection and uses that service/singleton to insert/get.