예제 #1
0
 public SuspeitoController(ISuspeitoAppService appService)
 {
     _appService = appService;
 }
예제 #2
0
        public CriminososController(ISuspeitoAppService suspeitoApp)

        {
            _suspeitoApp = suspeitoApp;
        }