コード例 #1
0
 public void DeleteRange <T>(T[] entityArray) where T : class
 {
     _context.RemoveRange(entityArray);
 }