Exemplo n.º 1
0
 public Task <Complex> Read(int key)
 {
     return(_complexRepository.Read(key));
 }