Exemple #1
0
 public Form getForm(string id)
 {
     return(FormDao.Get(id));
 }