-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
11 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class AgendaService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/AvalicaoService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class AvalicaoService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/CertificadoService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class CertificadoService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/ContatoService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class ContatoService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/CronogramaTrabalhoService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class CronogramaTrabalhoService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/EnderecoService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class EnderecoService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/PrestadorService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class PrestadorService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/ReservaService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class ReservaService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/ServicoService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class ServicoService { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class SetorService { | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/java/br/com/servicemaker/service/UsuarioService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package br.com.servicemaker.service; | ||
|
||
public class UsuarioService { | ||
} |