Beispiel #1
0
 public int DeleteMany(long[] ids)
 {
     return(_sqlMapper.DeleteMany <AllPrimitive, long>(ids));
 }