Ejemplo n.º 1
0
 public int DeleteById(long id)
 {
     return(_sqlMapper.DeleteById <AllPrimitive, long>(id));
 }