Exemplo n.º 1
0
 public SelectList GetComboBox <T>(IComboBox <T> comboBox, params object[] args) where T : class
 {
     return(new SelectList(comboBox.GetEntities(), comboBox.DataValueField, comboBox.DataTextField));
 }