Example #1
0
 public bool CheckIfPositionExist(int position)
 {
     return(_dataFetcher.CheckIfPositionExist(position));
 }