lmplement all actions
This commit is contained in:
@@ -7,5 +7,11 @@ namespace GerbilManager.Repositories
|
||||
IEnumerable<Gerbil> GetGerbils();
|
||||
|
||||
Gerbil GetGerbil(Guid id);
|
||||
|
||||
void CreateGerbil(Gerbil gerbil);
|
||||
|
||||
void UpdateGerbil(Gerbil gerbil);
|
||||
|
||||
void DeleteGerbil(Gerbil gerilb);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user