예제 #1
0
 public IList <Batsman> GetAllBatsmanResp()
 {
     return(dataReaderLogic.GetAllBatsmen());
 }