not yet
This commit is contained in:
parent
df79b9be98
commit
c08a692bfa
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
||||||
|
|
||||||
using System.Collections.Generic;
|
|
||||||
|
|
||||||
namespace Yavsc.Models
|
|
||||||
{
|
|
||||||
|
|
||||||
public interface IBlogspotRepository
|
|
||||||
{
|
|
||||||
void Add(Blog item);
|
|
||||||
IEnumerable<Blog> GetAll();
|
|
||||||
Blog Find(string key);
|
|
||||||
Blog Remove(string key);
|
|
||||||
void Update(Blog item);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue