Exemple #1
0
 public List <Position> Search(byte typeId)
 {
     return(dal.Search(typeId));
 }