コード例 #1
0
ファイル: AutorService.cs プロジェクト: tkmaster1/Desafio-EDS
 public IEnumerable <Autor> GetAllForAtivo()
 {
     return(_autorRepository.GetAllForAtivo());
 }