Ejemplo n.º 1
0
 public int DeleteList(List <IModel> ml, string where)
 {
     return(mDBHelper.DeleteList(ml, where));
 }