C# Class AspNet.Portal.Mobile.Api.ArticlesController
ファイルを表示
Open project: alexbeletsky/aspnet.mobile
Public Methods
Method |
Description |
|
Get ( ) : IQueryable |
|
|
Get ( int id ) : IQueryable |
|
|
Method Details
public Get ( ) : IQueryable |
return |
IQueryable |
|
public Get ( int id ) : IQueryable |
id |
int |
|
return |
IQueryable |
|