Beispiel #1
0
 public List <Crud> Addcrud(Crud addNewcrud)
 {
     cruds.Add(addNewcrud);
     return(cruds);
 }