コード例 #1
0
ファイル: LogTask.cs プロジェクト: gezhanglong/MyAdmin
 public List <Log> GetList()
 {
     return(_log.GetList());
 }