lmplement all actions
This commit is contained in:
13
Repositories/IBreederRepository.cs
Normal file
13
Repositories/IBreederRepository.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using GerbilManager.Models;
|
||||
|
||||
namespace GerbilManager.Repositories
|
||||
{
|
||||
public interface IBreederRepository
|
||||
{
|
||||
IEnumerable<Breeder> GetBreeders();
|
||||
|
||||
Breeder GetBreeder(Guid id);
|
||||
|
||||
void CreateBreeder(Breeder breeder);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user