Ejemplo n.º 1
0
 public WorksiteController(IWorksiteService worksiteService)
 {
     _worksiteService = worksiteService;
 }