Ejemplo n.º 1
0
 public Task <DeploymentModel> GetById(int id)
 {
     return(_repository.GetByIdAsync(id));
 }