source: src/FinkiChattery/FinkiChattery.Persistence/Repositories/Contracts/IAnswerRepo.cs@ ad079e5

dev
Last change on this file since ad079e5 was ad079e5, checked in by Стојков Марко <mst@…>, 3 years ago

Vote answer endpoint

  • Property mode set to 100644
File size: 164 bytes
Line 
1using FinkiChattery.Persistence.Models;
2
3namespace FinkiChattery.Persistence.Repositories
4{
5 public interface IAnswerRepo : IRepository<Answer>
6 {
7 }
8}
Note: See TracBrowser for help on using the repository browser.