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