Skip to content

Commit dec2744

Browse files
feat: adição do arquivo IMedicoRepository.cs
1 parent 486f5e9 commit dec2744

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using BlazorComponent.Models;
2+
3+
namespace BlazorComponent.Repositories
4+
{
5+
public interface IMedicoRepository
6+
{
7+
Task<List<Medico>> GetAllAsync();
8+
}
9+
}

0 commit comments

Comments
 (0)