public ShowMeTheCodeController(IShowMeTheCodeService showMeTheCodeService)
 {
     _showMeTheCodeService = showMeTheCodeService;
 }
 public ShowMeTheCodeAppService(IShowMeTheCodeService showMeTheCodeService)
 {
     _showMeTheCodeService = showMeTheCodeService;
 }
Ejemplo n.º 3
0
 public ShowMeTheCodeController(IShowMeTheCodeService showMeTheCodeService) =>
 public ShowMeTheCodeTest()
 {
     _showMeTheCodeService = new ShowMeTheCodeService();
 }