Ejemplo n.º 1
0
 public ReportingTo Get(int id, bool @readonly = false)
 {
     return(_service.Get(id, @readonly));
 }