Esempio n. 1
0
 public Core.Domain.Example GetExampleById(string Id)
 {
     return(_exampleService.GetExampleById(Id));
 }