GetById abstract method

Future<T> GetById(
  1. int id
)

Implementation

Future<T> GetById(int id);