Exemple #1
0
 public FilterIPEntity GetForm(string keyValue)
 {
     return(service.Get(m => m.F_Id == keyValue));
 }