Exemplo n.º 1
0
 public int AddPosition(Position position)
 {
     return(dal.Insert(position));
 }