Having the following service constructor public class Service : IService { public Service(IOtherService service1, IAnotherOne service2, string arg) { } } What are ...
-
May 31, 2022
- 0 Comments