Beispiel #1
0
 public virtual List <FormDataModel> GetAll(int id = 0)
 {
     return(FormDAL.GetAll());
 }