Exemplo n.º 1
0
 public static ObservableCollection <Coach> GetByCC1(long CC)
 {
     return(CoachDAL.GetByCC1(CC));
 }