コード例 #1
0
 public IEnumerable <Album> All(bool @readonly = false)
 {
     return(_service.All(@readonly));
 }