Exemplo n.º 1
0
 public ClaimService(IRootApiClient root)
 {
     _root = root;
     _root.SetApiArea(RootApiAreas.Insurance);
 }