Example #1
0
 public async Task <OperationDataResult <InstallationModel> > Read(int id)
 {
     return(await _installationService.Read(id));
 }