Ejemplo n.º 1
0
 private DelayProfileResource GetById(int id)
 {
     return(_delayProfileService.Get(id).ToResource());
 }
Ejemplo n.º 2
0
 protected override DelayProfileResource GetResourceById(int id)
 {
     return(_delayProfileService.Get(id).ToResource());
 }
Ejemplo n.º 3
0
 private DelayProfileResource GetById(int id)
 {
     return(_delayProfileService.Get(id).InjectTo <DelayProfileResource>());
 }