Esempio n. 1
0
 public tbl_Form GetFormByID(int formID)
 {
     return(FormRepository.GetByID(formID));
 }