Exemple #1
0
 public IEnumerable <BILL> SearchByIDSIM(string id)
 {
     return(bill_dal.SearchByIDSIM(id));
 }