示例#1
0
 public IEnumerable <Artist> All(bool @readonly = false)
 {
     return(_service.All(@readonly));
 }