コード例 #1
0
ファイル: RecetaAppService.cs プロジェクト: kacobp/WebApp
 public IQueryable <Receta> Queryable()
 {
     return(_repositoryReceta.Queryable());
 }