vnext
Paul Schneider 8 years ago
parent d7800a80a6
commit 7e3129d857
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…