Exemple #1
0
 public void SetAdmins(IEnumerable <FormAdmin> admins)
 {
     FormDAO.SetItemAdmins(ID, admins);
 }